Shades of Pastel Green #72DB8B
Tints of Pastel Green #72DB8B
RGB
CMYK
RGB Variations
Color information
#72DB8B (or 0x72DB8B) is known color: Pastel Green. HEX triplet: 72, DB and 8B. RGB value is (114,219,139). Sum of RGB (Red+Green+Blue) = 114+219+139=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #72DB8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DB8B is #8D2474. Grayscale: #B2B2B2. Windows color (decimal): -9249909 or 9165682. OLE color: 9165682.
HSL color Cylindrical-coordinate representation of color #72DB8B: hue angle of 134.29º 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 #72DB8B is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 219 | 139 | - |
| CMYK | 0.48 | 0 | 0.37 | 0.14 |
| HSL | 134.29º | 0.59% | 0.65% | - |
| HSV(B) | 134.29º | 0.48% | 0.86% | - |
| XYZ | 36.93 | 56.1 | 33.31 | - |
| YUV | 178.49 | 105.71 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 219 | 139 | 0.48 | 0 | 0.37 | 0.14 | 134.29 | 0.59 | 0.65 |
| Hex | 72 | DB | 8B | 30 | 0 | 25 | E | 86 | 3B | 41 |
| Octal | 162 | 333 | 213 | 60 | 0 | 45 | 16 | 206 | 73 | 101 |
| Binary | 1110010 | 11011011 | 10001011 | 110000 | 0 | 100101 | 1110 | 10000110 | 111011 | 1000001 |
Color Harmonies of #72DB8B
Complementary color
Monochromatic Colors of #72DB8B
Black with #72DB8B
Text Example
Text Example
White with #72DB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DB8B; }
p { color: rgb(114,219,139); }
H1.HeaderClassName
{
color: #72DB8B;
}
.AnyTagClassName
{
color: #72DB8B;
}
</style>
background-color css
<style>
a { background-color: #72DB8B; }
a { background-color: rgb(114,219,139); }
div.DivClassName
{
background-color: #72DB8B;
}
.BgClassName
{
background-color: #72DB8B;
}
</style>
border-color css
<style>
span { border-color: #72DB8B; }
span { border-color: rgb(114,219,139); }
td.TdClassName
{
border-color: #72DB8B;
}
.TagClassName
{
border-color: #72DB8B;
}
</style>