#88DE82

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

Shades of Pastel Green #88DE82

Tints of Pastel Green #88DE82

Color information

#88DE82 (or 0x88DE82) is unknown color: approx Pastel Green. HEX triplet: 88, DE and 82. RGB value is (136,222,130). Sum of RGB (Red+Green+Blue) = 136+222+130=488 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.87% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #88DE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DE82 is #77217D. Grayscale: #BABABA. Windows color (decimal): -7807358 or 8576648. OLE color: 8576648.

HSL color Cylindrical-coordinate representation of color #88DE82: hue angle of 116.09º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88DE82 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB136222130-
CMYK0.3900.410.13
HSL116.09º58.23%69.02%-
HSV(B)116.09º41.44%87.06%-
XYZ40.359.0930.4-
YUV185.896.5192.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.87%
GREEN value IS 222 (87.11% from 255) = 45.49%
BLUE value IS 130 (51.17% from 255) = 26.64%
R=27.87%
G=45.49%
B=26.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362221300.3900.410.13116.0958.2369.02
Hex88DE8227029D743a45
Octal210336202470511516472105
Binary1000100011011110100000101001110101001110111101001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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