Shades of Pastel Green #72DB87
Tints of Pastel Green #72DB87
RGB
CMYK
RGB Variations
Color information
#72DB87 (or 0x72DB87) is known color: Pastel Green. HEX triplet: 72, DB and 87. RGB value is (114,219,135). Sum of RGB (Red+Green+Blue) = 114+219+135=468 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.36% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #72DB87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DB87 is #8D2478. Grayscale: #B2B2B2. Windows color (decimal): -9249913 or 8903538. OLE color: 8903538.
HSL color Cylindrical-coordinate representation of color #72DB87: hue angle of 132º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DB87 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 219 | 135 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.14 |
| HSL | 132º | 0.59% | 0.65% | - |
| HSV(B) | 132º | 0.48% | 0.86% | - |
| XYZ | 36.64 | 55.99 | 31.8 | - |
| YUV | 178.03 | 103.71 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 219 | 135 | 0.48 | 0 | 0.38 | 0.14 | 132 | 0.59 | 0.65 |
| Hex | 72 | DB | 87 | 30 | 0 | 26 | E | 84 | 3B | 41 |
| Octal | 162 | 333 | 207 | 60 | 0 | 46 | 16 | 204 | 73 | 101 |
| Binary | 1110010 | 11011011 | 10000111 | 110000 | 0 | 100110 | 1110 | 10000100 | 111011 | 1000001 |
Color Harmonies of #72DB87
Complementary color
Monochromatic Colors of #72DB87
Black with #72DB87
Text Example
Text Example
White with #72DB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DB87; }
p { color: rgb(114,219,135); }
H1.HeaderClassName
{
color: #72DB87;
}
.AnyTagClassName
{
color: #72DB87;
}
</style>
background-color css
<style>
a { background-color: #72DB87; }
a { background-color: rgb(114,219,135); }
div.DivClassName
{
background-color: #72DB87;
}
.BgClassName
{
background-color: #72DB87;
}
</style>
border-color css
<style>
span { border-color: #72DB87; }
span { border-color: rgb(114,219,135); }
td.TdClassName
{
border-color: #72DB87;
}
.TagClassName
{
border-color: #72DB87;
}
</style>