#88DC97

Color #88DC97 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #88DC97

Tints of Light Green #88DC97

Color information

#88DC97 (or 0x88DC97) is unknown color: approx Light Green. HEX triplet: 88, DC and 97. RGB value is (136,220,151). Sum of RGB (Red+Green+Blue) = 136+220+151=507 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.82% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #88DC97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DC97 is #772368. Grayscale: #BBBBBB. Windows color (decimal): -7807849 or 9952392. OLE color: 9952392.

HSL color Cylindrical-coordinate representation of color #88DC97: hue angle of 130.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DC97 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB136220151-
CMYK0.3800.310.14
HSL130.71º54.55%69.8%-
HSV(B)130.71º38.18%86.27%-
XYZ41.3358.6638.42-
YUV187.02107.6791.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 26.82%
GREEN value IS 220 (86.33% from 255) = 43.39%
BLUE value IS 151 (59.38% from 255) = 29.78%
R=26.82%
G=43.39%
B=29.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1362201510.3800.310.14130.7154.5569.8
Hex88DC972601FE833746
Octal210334227460371620367106
Binary1000100011011100100101111001100111111110100000111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88DC97; }

 p { color: rgb(136,220,151); }

 H1.HeaderClassName
 {
   color: #88DC97;
 }
 .AnyTagClassName
 {
   color: #88DC97;
 }
</style>
background-color css

<style>
 a { background-color: #88DC97; }

 a { background-color: rgb(136,220,151); }

 div.DivClassName
 {
   background-color: #88DC97;
 }
 .BgClassName
 {
   background-color: #88DC97;
 }
</style>
border-color css

<style>
 span { border-color: #88DC97; }

 span { border-color: rgb(136,220,151); }

 td.TdClassName
 {
   border-color: #88DC97;
 }
 .TagClassName
 {
   border-color: #88DC97;
 }
</style>