Shades of Pastel Green #72D869
Tints of Pastel Green #72D869
RGB
CMYK
RGB Variations
Color information
#72D869 (or 0x72D869) is known color: Pastel Green. HEX triplet: 72, D8 and 69. RGB value is (114,216,105). Sum of RGB (Red+Green+Blue) = 114+216+105=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 216 - color contains mainly: green. Hex color #72D869 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D869 is #8D2796. Grayscale: #ADADAD. Windows color (decimal): -9250711 or 6936690. OLE color: 6936690.
HSL color Cylindrical-coordinate representation of color #72D869: hue angle of 115.14º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72D869 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 216 | 105 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.15 |
| HSL | 115.14º | 0.59% | 0.63% | - |
| HSV(B) | 115.14º | 0.51% | 0.85% | - |
| XYZ | 34.05 | 53.71 | 21.94 | - |
| YUV | 172.85 | 89.71 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 216 | 105 | 0.47 | 0 | 0.51 | 0.15 | 115.14 | 0.59 | 0.63 |
| Hex | 72 | D8 | 69 | 2F | 0 | 33 | F | 73 | 3B | 3F |
| Octal | 162 | 330 | 151 | 57 | 0 | 63 | 17 | 163 | 73 | 77 |
| Binary | 1110010 | 11011000 | 1101001 | 101111 | 0 | 110011 | 1111 | 1110011 | 111011 | 111111 |
Color Harmonies of #72D869
Complementary color
Monochromatic Colors of #72D869
Black with #72D869
Text Example
Text Example
White with #72D869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D869; }
p { color: rgb(114,216,105); }
H1.HeaderClassName
{
color: #72D869;
}
.AnyTagClassName
{
color: #72D869;
}
</style>
background-color css
<style>
a { background-color: #72D869; }
a { background-color: rgb(114,216,105); }
div.DivClassName
{
background-color: #72D869;
}
.BgClassName
{
background-color: #72D869;
}
</style>
border-color css
<style>
span { border-color: #72D869; }
span { border-color: rgb(114,216,105); }
td.TdClassName
{
border-color: #72D869;
}
.TagClassName
{
border-color: #72D869;
}
</style>