Shades of Pastel Green #72D868
Tints of Pastel Green #72D868
RGB
CMYK
RGB Variations
Color information
#72D868 (or 0x72D868) is known color: Pastel Green. HEX triplet: 72, D8 and 68. RGB value is (114,216,104). Sum of RGB (Red+Green+Blue) = 114+216+104=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 216 (84.77% from 255 or 49.77% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 216 - color contains mainly: green. Hex color #72D868 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D868 is #8D2797. Grayscale: #ADADAD. Windows color (decimal): -9250712 or 6871154. OLE color: 6871154.
HSL color Cylindrical-coordinate representation of color #72D868: hue angle of 114.64º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72D868 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 216 | 104 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.15 |
| HSL | 114.64º | 0.59% | 0.63% | - |
| HSV(B) | 114.64º | 0.52% | 0.85% | - |
| XYZ | 33.99 | 53.69 | 21.67 | - |
| YUV | 172.73 | 89.21 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 216 | 104 | 0.47 | 0 | 0.52 | 0.15 | 114.64 | 0.59 | 0.63 |
| Hex | 72 | D8 | 68 | 2F | 0 | 34 | F | 73 | 3B | 3F |
| Octal | 162 | 330 | 150 | 57 | 0 | 64 | 17 | 163 | 73 | 77 |
| Binary | 1110010 | 11011000 | 1101000 | 101111 | 0 | 110100 | 1111 | 1110011 | 111011 | 111111 |
Color Harmonies of #72D868
Complementary color
Monochromatic Colors of #72D868
Black with #72D868
Text Example
Text Example
White with #72D868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D868; }
p { color: rgb(114,216,104); }
H1.HeaderClassName
{
color: #72D868;
}
.AnyTagClassName
{
color: #72D868;
}
</style>
background-color css
<style>
a { background-color: #72D868; }
a { background-color: rgb(114,216,104); }
div.DivClassName
{
background-color: #72D868;
}
.BgClassName
{
background-color: #72D868;
}
</style>
border-color css
<style>
span { border-color: #72D868; }
span { border-color: rgb(114,216,104); }
td.TdClassName
{
border-color: #72D868;
}
.TagClassName
{
border-color: #72D868;
}
</style>