#88DD82

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

Shades of Pastel Green #88DD82

Tints of Pastel Green #88DD82

Color information

#88DD82 (or 0x88DD82) is unknown color: approx Pastel Green. HEX triplet: 88, DD and 82. RGB value is (136,221,130). Sum of RGB (Red+Green+Blue) = 136+221+130=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #88DD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DD82 is #77227D. Grayscale: #B9B9B9. Windows color (decimal): -7807614 or 8576392. OLE color: 8576392.

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

Color convert

RGB136221130-
CMYK0.3800.410.13
HSL116.04º57.23%68.82%-
HSV(B)116.04º41.18%86.67%-
XYZ40.0458.5630.31-
YUV185.2196.8492.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.93%
GREEN value IS 221 (86.72% from 255) = 45.38%
BLUE value IS 130 (51.17% from 255) = 26.69%
R=27.93%
G=45.38%
B=26.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362211300.3800.410.13116.0457.2368.82
Hex88DD8226029D743945
Octal210335202460511516471105
Binary1000100011011101100000101001100101001110111101001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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