#88DC98

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

Shades of Light Green #88DC98

Tints of Light Green #88DC98

Color information

#88DC98 (or 0x88DC98) is unknown color: approx Light Green. HEX triplet: 88, DC and 98. RGB value is (136,220,152). Sum of RGB (Red+Green+Blue) = 136+220+152=508 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.77% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #88DC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DC98 is #772367. Grayscale: #BBBBBB. Windows color (decimal): -7807848 or 10017928. OLE color: 10017928.

HSL color Cylindrical-coordinate representation of color #88DC98: hue angle of 131.43º 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 #88DC98 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB136220152-
CMYK0.3800.310.14
HSL131.43º54.55%69.8%-
HSV(B)131.43º38.18%86.27%-
XYZ41.4158.6938.85-
YUV187.13108.1791.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.77%
GREEN value IS 220 (86.33% from 255) = 43.31%
BLUE value IS 152 (59.77% from 255) = 29.92%
R=26.77%
G=43.31%
B=29.92%

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
Decimal1362201520.3800.310.14131.4354.5569.8
Hex88DC982601FE833746
Octal210334230460371620367106
Binary1000100011011100100110001001100111111110100000111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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