#88DD7C

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

Shades of Pastel Green #88DD7C

Tints of Pastel Green #88DD7C

Color information

#88DD7C (or 0x88DD7C) is unknown color: approx Pastel Green. HEX triplet: 88, DD and 7C. RGB value is (136,221,124). Sum of RGB (Red+Green+Blue) = 136+221+124=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #88DD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88DD7C is #772283. Grayscale: #B8B8B8. Windows color (decimal): -7807620 or 8183176. OLE color: 8183176.

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

Color convert

RGB136221124-
CMYK0.3800.440.13
HSL112.58º58.79%67.65%-
HSV(B)112.58º43.89%86.67%-
XYZ39.6558.428.25-
YUV184.5393.8493.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.27%
GREEN value IS 221 (86.72% from 255) = 45.95%
BLUE value IS 124 (48.83% from 255) = 25.78%
R=28.27%
G=45.95%
B=25.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362211240.3800.440.13112.5858.7967.65
Hex88DD7C2602CD713b44
Octal210335174460541516173104
Binary100010001101110111111001001100101100110111100011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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