COLOR #88D482

HEX: #88D482
RGB: (136,212,130)

Renk bilgisi

#88D482 contains mainly green color. #88D482 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#88D482 color RGB value is (136,212,130).

  • kırmız ton 136;
  • yeşil ton 212;
  • mavi ton 130.
RGB:
(136,212,130)
(53%,83%,51%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 212 of 255 = 83%
B 130 of 255 = 51%

136
212
130

R + G + B ~ 62%. #88D482 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 212 + 130 = 478 (100%)
R 136 of 478 ~ 28.45%
G 212 of 478 ~ 44.35%
B 130 of 478 ~ 27.2%

%28.45
%44.35
%27.2

CMYK RENK MODELİ

#88D482 rengi CMYK tonu (36,0,39,17).

  • camgöbeği tonu 35.85%
  • eflatun tonu 0.00%
  • sarı tonu 38.68%
  • ana renk tonu 16.86%
CMYK:
(36,0,39,17)
C36M0Y39K17 
(36%,0%,39%,17%)
(0.36/0.00/0.39/0.17)	

CMYK yüzdeleri

%35.85
%0
%38.68
%16.86

Codes

Color #88D482 in popluar color models

88D482
RGB136212130
HSL116°48.81%67.06%
HSB/HSV116°38.68%83.14%
CMYK35.85%0.00%38.68%
16.86%

Color #88D482 in popluar number systems.

HEX88D482
Decimal136212130
Binary100010001101010010000010
Octal210324202

Shades and tints

Shades of #88D482

#88D482
(136,212,130)
#7CC177
(124,193,119)
#70AE6C
(112,174,108)
#649B61
(100,155,97)
#588856
(88,136,86)
#4C754B
(76,117,75)
#406240
(64,98,64)
#344F35
(52,79,53)
#283C2A
(40,60,42)
#1C291F
(28,41,31)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #88D482

#88D482
(136,212,130)
#92D78D
(146,215,141)
#9CDA98
(156,218,152)
#A6DDA3
(166,221,163)
#B0E0AE
(176,224,174)
#BAE3B9
(186,227,185)
#C4E6C4
(196,230,196)
#CEE9CF
(206,233,207)
#D8ECDA
(216,236,218)
#E2EFE5
(226,239,229)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88D482 color. Also use rgb(136,212,130) instead hex code.

Text Font Color

.myTextColor { color: #88D482; }

<p style="color:#88D482">This sample text font color is #88D482.</p>

This text font color is #88D482.


Background Color

.myBgColor { background-color: #88D482; }

<div style="background-color:#88D482">Inner text</div>

This div background color is #88D482.


Border color

.myBorderColor { border: 1px solid #88D482; }

<div style="border:3px solid #88D482">Div</div>

This div border color is #88D482.


Opacity

.myOpacity80 { color: #88D482; opacity: 0.8; }

<p style="color:#88D482;opacity:0.8;">80%</p>

Text with #88D482 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #88D482;}

<p style="text-shadow: 3px 3px 1px #88D482">Text here.</p>

This text has shadow with #88D482 color.

.textShadow {text-shadow: 3px 3px 1px #88D482, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #88D482, 5px 5px 20px red">Text here.</p>

This text has shadow with #88D482 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88D482, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#88D482, Direction=45, Strength=4)">Text</p>

This text has shadow with #88D482 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #88D482;
  -webkit-box-shadow:	1px 1px 3px 2px #88D482;
  box-shadow:		1px 1px 3px 2px #88D482;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88D482;
-webkit-box-shadow: 1px 1px 3px 2px #88D482;
box-shadow:1px 1px 3px 2px #88D482;">
Div content here</div>
This div box has shadow with color #88D482.

Preview

Color preview on black background

This text has color #88D482 on black background.


Color preview on white background

This text has color #88D482 on white background.



Black color preview on #88D482 background

This text has black color on #88D482 background.


White color preview on #88D482 background

This text has white color on #88D482 background.