Shades of Pastel Green #72DB85
Tints of Pastel Green #72DB85
RGB
CMYK
RGB Variations
Color information
#72DB85 (or 0x72DB85) is known color: Pastel Green. HEX triplet: 72, DB and 85. RGB value is (114,219,133). Sum of RGB (Red+Green+Blue) = 114+219+133=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #72DB85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DB85 is #8D247A. Grayscale: #B2B2B2. Windows color (decimal): -9249915 or 8772466. OLE color: 8772466.
HSL color Cylindrical-coordinate representation of color #72DB85: hue angle of 130.86º 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 #72DB85 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 219 | 133 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.14 |
| HSL | 130.86º | 0.59% | 0.65% | - |
| HSV(B) | 130.86º | 0.48% | 0.86% | - |
| XYZ | 36.5 | 55.93 | 31.06 | - |
| YUV | 177.8 | 102.71 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 219 | 133 | 0.48 | 0 | 0.39 | 0.14 | 130.86 | 0.59 | 0.65 |
| Hex | 72 | DB | 85 | 30 | 0 | 27 | E | 83 | 3B | 41 |
| Octal | 162 | 333 | 205 | 60 | 0 | 47 | 16 | 203 | 73 | 101 |
| Binary | 1110010 | 11011011 | 10000101 | 110000 | 0 | 100111 | 1110 | 10000011 | 111011 | 1000001 |
Color Harmonies of #72DB85
Complementary color
Monochromatic Colors of #72DB85
Black with #72DB85
Text Example
Text Example
White with #72DB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DB85; }
p { color: rgb(114,219,133); }
H1.HeaderClassName
{
color: #72DB85;
}
.AnyTagClassName
{
color: #72DB85;
}
</style>
background-color css
<style>
a { background-color: #72DB85; }
a { background-color: rgb(114,219,133); }
div.DivClassName
{
background-color: #72DB85;
}
.BgClassName
{
background-color: #72DB85;
}
</style>
border-color css
<style>
span { border-color: #72DB85; }
span { border-color: rgb(114,219,133); }
td.TdClassName
{
border-color: #72DB85;
}
.TagClassName
{
border-color: #72DB85;
}
</style>