Shades of Christi #72D110
Tints of Christi #72D110
RGB
CMYK
RGB Variations
Color information
#72D110 (or 0x72D110) is known color: Christi. HEX triplet: 72, D1 and 10. RGB value is (114,209,16). Sum of RGB (Red+Green+Blue) = 114+209+16=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 209 (82.03% from 255 or 61.65% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 209 - color contains mainly: green. Hex color #72D110 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72D110 is #8D2EEF. Grayscale: #9F9F9F. Windows color (decimal): -9252592 or 1102194. OLE color: 1102194.
HSL color Cylindrical-coordinate representation of color #72D110: hue angle of 89.53º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #72D110 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 209 | 16 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.18 |
| HSL | 89.53º | 0.86% | 0.44% | - |
| HSV(B) | 89.53º | 0.92% | 0.82% | - |
| XYZ | 29.83 | 49.22 | 8.42 | - |
| YUV | 158.59 | 47.53 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 209 | 16 | 0.45 | 0 | 0.92 | 0.18 | 89.53 | 0.86 | 0.44 |
| Hex | 72 | D1 | 10 | 2D | 0 | 5C | 12 | 5A | 56 | 2C |
| Octal | 162 | 321 | 20 | 55 | 0 | 134 | 22 | 132 | 126 | 54 |
| Binary | 1110010 | 11010001 | 10000 | 101101 | 0 | 1011100 | 10010 | 1011010 | 1010110 | 101100 |
Color Harmonies of #72D110
Complementary color
Monochromatic Colors of #72D110
Black with #72D110
Text Example
Text Example
White with #72D110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D110; }
p { color: rgb(114,209,16); }
H1.HeaderClassName
{
color: #72D110;
}
.AnyTagClassName
{
color: #72D110;
}
</style>
background-color css
<style>
a { background-color: #72D110; }
a { background-color: rgb(114,209,16); }
div.DivClassName
{
background-color: #72D110;
}
.BgClassName
{
background-color: #72D110;
}
</style>
border-color css
<style>
span { border-color: #72D110; }
span { border-color: rgb(114,209,16); }
td.TdClassName
{
border-color: #72D110;
}
.TagClassName
{
border-color: #72D110;
}
</style>