Shades of Christi #72D310
Tints of Christi #72D310
RGB
CMYK
RGB Variations
Color information
#72D310 (or 0x72D310) is known color: Christi. HEX triplet: 72, D3 and 10. RGB value is (114,211,16). Sum of RGB (Red+Green+Blue) = 114+211+16=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 211 (82.81% from 255 or 61.88% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 211 - color contains mainly: green. Hex color #72D310 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72D310 is #8D2CEF. Grayscale: #A0A0A0. Windows color (decimal): -9252080 or 1102706. OLE color: 1102706.
HSL color Cylindrical-coordinate representation of color #72D310: hue angle of 89.85º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #72D310 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 114 | 211 | 16 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.17 |
| HSL | 89.85º | 0.86% | 0.45% | - |
| HSV(B) | 89.85º | 0.92% | 0.83% | - |
| XYZ | 30.33 | 50.2 | 8.58 | - |
| YUV | 159.77 | 46.86 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 211 | 16 | 0.46 | 0 | 0.92 | 0.17 | 89.85 | 0.86 | 0.45 |
| Hex | 72 | D3 | 10 | 2E | 0 | 5C | 11 | 5A | 56 | 2D |
| Octal | 162 | 323 | 20 | 56 | 0 | 134 | 21 | 132 | 126 | 55 |
| Binary | 1110010 | 11010011 | 10000 | 101110 | 0 | 1011100 | 10001 | 1011010 | 1010110 | 101101 |
Color Harmonies of #72D310
Complementary color
Monochromatic Colors of #72D310
Black with #72D310
Text Example
Text Example
White with #72D310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D310; }
p { color: rgb(114,211,16); }
H1.HeaderClassName
{
color: #72D310;
}
.AnyTagClassName
{
color: #72D310;
}
</style>
background-color css
<style>
a { background-color: #72D310; }
a { background-color: rgb(114,211,16); }
div.DivClassName
{
background-color: #72D310;
}
.BgClassName
{
background-color: #72D310;
}
</style>
border-color css
<style>
span { border-color: #72D310; }
span { border-color: rgb(114,211,16); }
td.TdClassName
{
border-color: #72D310;
}
.TagClassName
{
border-color: #72D310;
}
</style>