#88DF82

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

Shades of Pastel Green #88DF82

Tints of Pastel Green #88DF82

Color information

#88DF82 (or 0x88DF82) is unknown color: approx Pastel Green. HEX triplet: 88, DF and 82. RGB value is (136,223,130). Sum of RGB (Red+Green+Blue) = 136+223+130=489 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.81% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #88DF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DF82 is #77207D. Grayscale: #BABABA. Windows color (decimal): -7807102 or 8576904. OLE color: 8576904.

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

Color convert

RGB136223130-
CMYK0.3900.420.13
HSL116.13º59.24%69.22%-
HSV(B)116.13º41.7%87.45%-
XYZ40.5759.6230.49-
YUV186.3896.1892.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.81%
GREEN value IS 223 (87.5% from 255) = 45.60%
BLUE value IS 130 (51.17% from 255) = 26.58%
R=27.81%
G=45.60%
B=26.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362231300.3900.420.13116.1359.2469.22
Hex88DF822702AD743b45
Octal210337202470521516473105
Binary1000100011011111100000101001110101010110111101001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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