#88DD76

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

Shades of Pastel Green #88DD76

Tints of Pastel Green #88DD76

Color information

#88DD76 (or 0x88DD76) is unknown color: approx Pastel Green. HEX triplet: 88, DD and 76. RGB value is (136,221,118). Sum of RGB (Red+Green+Blue) = 136+221+118=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #88DD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88DD76 is #772289. Grayscale: #B8B8B8. Windows color (decimal): -7807626 or 7789960. OLE color: 7789960.

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

Color convert

RGB136221118-
CMYK0.3800.470.13
HSL109.51º60.23%66.47%-
HSV(B)109.51º46.61%86.67%-
XYZ39.2858.2626.31-
YUV183.8490.8493.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.63%
GREEN value IS 221 (86.72% from 255) = 46.53%
BLUE value IS 118 (46.48% from 255) = 24.84%
R=28.63%
G=46.53%
B=24.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362211180.3800.470.13109.5160.2366.47
Hex88DD762602FD6e3c42
Octal210335166460571515674102
Binary100010001101110111101101001100101111110111011101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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