Shades of Pastel Green #72DB81
Tints of Pastel Green #72DB81
RGB
CMYK
RGB Variations
Color information
#72DB81 (or 0x72DB81) is known color: Pastel Green. HEX triplet: 72, DB and 81. RGB value is (114,219,129). Sum of RGB (Red+Green+Blue) = 114+219+129=462 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.68% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #72DB81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DB81 is #8D247E. Grayscale: #B1B1B1. Windows color (decimal): -9249919 or 8510322. OLE color: 8510322.
HSL color Cylindrical-coordinate representation of color #72DB81: hue angle of 128.57º 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 #72DB81 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 219 | 129 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.14 |
| HSL | 128.57º | 0.59% | 0.65% | - |
| HSV(B) | 128.57º | 0.48% | 0.86% | - |
| XYZ | 36.23 | 55.83 | 29.63 | - |
| YUV | 177.35 | 100.71 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 219 | 129 | 0.48 | 0 | 0.41 | 0.14 | 128.57 | 0.59 | 0.65 |
| Hex | 72 | DB | 81 | 30 | 0 | 29 | E | 81 | 3B | 41 |
| Octal | 162 | 333 | 201 | 60 | 0 | 51 | 16 | 201 | 73 | 101 |
| Binary | 1110010 | 11011011 | 10000001 | 110000 | 0 | 101001 | 1110 | 10000001 | 111011 | 1000001 |
Color Harmonies of #72DB81
Complementary color
Monochromatic Colors of #72DB81
Black with #72DB81
Text Example
Text Example
White with #72DB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DB81; }
p { color: rgb(114,219,129); }
H1.HeaderClassName
{
color: #72DB81;
}
.AnyTagClassName
{
color: #72DB81;
}
</style>
background-color css
<style>
a { background-color: #72DB81; }
a { background-color: rgb(114,219,129); }
div.DivClassName
{
background-color: #72DB81;
}
.BgClassName
{
background-color: #72DB81;
}
</style>
border-color css
<style>
span { border-color: #72DB81; }
span { border-color: rgb(114,219,129); }
td.TdClassName
{
border-color: #72DB81;
}
.TagClassName
{
border-color: #72DB81;
}
</style>