#88DD98

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

Shades of Light Green #88DD98

Tints of Light Green #88DD98

Color information

#88DD98 (or 0x88DD98) is unknown color: approx Light Green. HEX triplet: 88, DD and 98. RGB value is (136,221,152). Sum of RGB (Red+Green+Blue) = 136+221+152=509 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.72% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #88DD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DD98 is #772267. Grayscale: #BBBBBB. Windows color (decimal): -7807592 or 10018184. OLE color: 10018184.

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

Color convert

RGB136221152-
CMYK0.3800.310.13
HSL131.29º55.56%70%-
HSV(B)131.29º38.46%86.67%-
XYZ41.6859.2138.94-
YUV187.72107.8491.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.72%
GREEN value IS 221 (86.72% from 255) = 43.42%
BLUE value IS 152 (59.77% from 255) = 29.86%
R=26.72%
G=43.42%
B=29.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362211520.3800.310.13131.2955.5670
Hex88DD982601FD833846
Octal210335230460371520370106
Binary1000100011011101100110001001100111111101100000111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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