#88DD94

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

Shades of Light Green #88DD94

Tints of Light Green #88DD94

Color information

#88DD94 (or 0x88DD94) is unknown color: approx Light Green. HEX triplet: 88, DD and 94. RGB value is (136,221,148). Sum of RGB (Red+Green+Blue) = 136+221+148=505 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.93% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #88DD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DD94 is #77226B. Grayscale: #BBBBBB. Windows color (decimal): -7807596 or 9756040. OLE color: 9756040.

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

Color convert

RGB136221148-
CMYK0.3800.330.13
HSL128.47º55.56%70%-
HSV(B)128.47º38.46%86.67%-
XYZ41.3659.0937.24-
YUV187.26105.8491.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.93%
GREEN value IS 221 (86.72% from 255) = 43.76%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=26.93%
G=43.76%
B=29.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362211480.3800.330.13128.4755.5670
Hex88DD9426021D803846
Octal210335224460411520070106
Binary10001000110111011001010010011001000011101100000001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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