#88ed82

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

Shades of Light Green #88ED82

Tints of Light Green #88ED82

Color information

#88ED82 (or 0x88ED82) is unknown color: approx Light Green. HEX triplet: 88, ED and 82. RGB value is (136,237,130). Sum of RGB (Red+Green+Blue) = 136+237+130=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #88ED82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #88ED82 is #77127D. Grayscale: #C2C2C2. Windows color (decimal): -7803518 or 8580488. OLE color: 8580488.

HSL color Cylindrical-coordinate representation of color #88ED82: hue angle of 116.64º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88ED82 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB136237130-
CMYK0.4300.450.07
HSL116.64º74.83%71.96%-
HSV(B)116.64º45.15%92.94%-
XYZ44.4767.4131.79-
YUV194.691.5486.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.04%
GREEN value IS 237 (92.97% from 255) = 47.12%
BLUE value IS 130 (51.17% from 255) = 25.84%
R=27.04%
G=47.12%
B=25.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1362371300.4300.450.07116.6474.8371.96
Hex88ED822B02D7754b48
Octal210355202530557165113110
Binary1000100011101101100000101010110101101111111010110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ed82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,237,130); }

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

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

 a { background-color: rgb(136,237,130); }

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

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

 span { border-color: rgb(136,237,130); }

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