Shades of Christi #72D210
Tints of Christi #72D210
RGB
CMYK
RGB Variations
Color information
#72D210 (or 0x72D210) is known color: Christi. HEX triplet: 72, D2 and 10. RGB value is (114,210,16). Sum of RGB (Red+Green+Blue) = 114+210+16=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 210 (82.42% from 255 or 61.76% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 210 - color contains mainly: green. Hex color #72D210 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72D210 is #8D2DEF. Grayscale: #9F9F9F. Windows color (decimal): -9252336 or 1102450. OLE color: 1102450.
HSL color Cylindrical-coordinate representation of color #72D210: hue angle of 89.69º 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 #72D210 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 210 | 16 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.18 |
| HSL | 89.69º | 0.86% | 0.44% | - |
| HSV(B) | 89.69º | 0.92% | 0.82% | - |
| XYZ | 30.08 | 49.71 | 8.5 | - |
| YUV | 159.18 | 47.2 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 210 | 16 | 0.46 | 0 | 0.92 | 0.18 | 89.69 | 0.86 | 0.44 |
| Hex | 72 | D2 | 10 | 2E | 0 | 5C | 12 | 5A | 56 | 2C |
| Octal | 162 | 322 | 20 | 56 | 0 | 134 | 22 | 132 | 126 | 54 |
| Binary | 1110010 | 11010010 | 10000 | 101110 | 0 | 1011100 | 10010 | 1011010 | 1010110 | 101100 |
Color Harmonies of #72D210
Complementary color
Monochromatic Colors of #72D210
Black with #72D210
Text Example
Text Example
White with #72D210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D210; }
p { color: rgb(114,210,16); }
H1.HeaderClassName
{
color: #72D210;
}
.AnyTagClassName
{
color: #72D210;
}
</style>
background-color css
<style>
a { background-color: #72D210; }
a { background-color: rgb(114,210,16); }
div.DivClassName
{
background-color: #72D210;
}
.BgClassName
{
background-color: #72D210;
}
</style>
border-color css
<style>
span { border-color: #72D210; }
span { border-color: rgb(114,210,16); }
td.TdClassName
{
border-color: #72D210;
}
.TagClassName
{
border-color: #72D210;
}
</style>