Shades of Pastel Green #88DB74
Tints of Pastel Green #88DB74
RGB
CMYK
RGB Variations
Color information
#88DB74 (or 0x88DB74) is known color: Pastel Green. HEX triplet: 88, DB and 74. RGB value is (136,219,116). Sum of RGB (Red+Green+Blue) = 136+219+116=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #88DB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88DB74 is #77248B. Grayscale: #B6B6B6. Windows color (decimal): -7808140 or 7658376. OLE color: 7658376.
HSL color Cylindrical-coordinate representation of color #88DB74: hue angle of 108.35º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88DB74 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 219 | 116 | - |
| CMYK | 0.38 | 0 | 0.47 | 0.14 |
| HSL | 108.35º | 0.59% | 0.66% | - |
| HSV(B) | 108.35º | 0.47% | 0.86% | - |
| XYZ | 38.64 | 57.16 | 25.52 | - |
| YUV | 182.44 | 90.5 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 116 | 0.38 | 0 | 0.47 | 0.14 | 108.35 | 0.59 | 0.66 |
| Hex | 88 | DB | 74 | 26 | 0 | 2F | E | 6C | 3B | 42 |
| Octal | 210 | 333 | 164 | 46 | 0 | 57 | 16 | 154 | 73 | 102 |
| Binary | 10001000 | 11011011 | 1110100 | 100110 | 0 | 101111 | 1110 | 1101100 | 111011 | 1000010 |
Color Harmonies of #88DB74
Complementary color
Monochromatic Colors of #88DB74
Black with #88DB74
Text Example
Text Example
White with #88DB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DB74; }
p { color: rgb(136,219,116); }
H1.HeaderClassName
{
color: #88DB74;
}
.AnyTagClassName
{
color: #88DB74;
}
</style>
background-color css
<style>
a { background-color: #88DB74; }
a { background-color: rgb(136,219,116); }
div.DivClassName
{
background-color: #88DB74;
}
.BgClassName
{
background-color: #88DB74;
}
</style>
border-color css
<style>
span { border-color: #88DB74; }
span { border-color: rgb(136,219,116); }
td.TdClassName
{
border-color: #88DB74;
}
.TagClassName
{
border-color: #88DB74;
}
</style>