Shades of Pastel Green #72D866
Tints of Pastel Green #72D866
RGB
CMYK
RGB Variations
Color information
#72D866 (or 0x72D866) is known color: Pastel Green. HEX triplet: 72, D8 and 66. RGB value is (114,216,102). Sum of RGB (Red+Green+Blue) = 114+216+102=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 216 (84.77% from 255 or 50% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 216 - color contains mainly: green. Hex color #72D866 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D866 is #8D2799. Grayscale: #ACACAC. Windows color (decimal): -9250714 or 6740082. OLE color: 6740082.
HSL color Cylindrical-coordinate representation of color #72D866: hue angle of 113.68º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72D866 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 216 | 102 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.15 |
| HSL | 113.68º | 0.59% | 0.62% | - |
| HSV(B) | 113.68º | 0.53% | 0.85% | - |
| XYZ | 33.89 | 53.65 | 21.14 | - |
| YUV | 172.51 | 88.21 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 216 | 102 | 0.47 | 0 | 0.53 | 0.15 | 113.68 | 0.59 | 0.62 |
| Hex | 72 | D8 | 66 | 2F | 0 | 35 | F | 72 | 3B | 3E |
| Octal | 162 | 330 | 146 | 57 | 0 | 65 | 17 | 162 | 73 | 76 |
| Binary | 1110010 | 11011000 | 1100110 | 101111 | 0 | 110101 | 1111 | 1110010 | 111011 | 111110 |
Color Harmonies of #72D866
Complementary color
Monochromatic Colors of #72D866
Black with #72D866
Text Example
Text Example
White with #72D866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D866; }
p { color: rgb(114,216,102); }
H1.HeaderClassName
{
color: #72D866;
}
.AnyTagClassName
{
color: #72D866;
}
</style>
background-color css
<style>
a { background-color: #72D866; }
a { background-color: rgb(114,216,102); }
div.DivClassName
{
background-color: #72D866;
}
.BgClassName
{
background-color: #72D866;
}
</style>
border-color css
<style>
span { border-color: #72D866; }
span { border-color: rgb(114,216,102); }
td.TdClassName
{
border-color: #72D866;
}
.TagClassName
{
border-color: #72D866;
}
</style>