Shades of Christi #72C110
Tints of Christi #72C110
RGB
CMYK
RGB Variations
Color information
#72C110 (or 0x72C110) is known color: Christi. HEX triplet: 72, C1 and 10. RGB value is (114,193,16). Sum of RGB (Red+Green+Blue) = 114+193+16=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 193 (75.78% from 255 or 59.75% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 193 - color contains mainly: green. Hex color #72C110 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72C110 is #8D3EEF. Grayscale: #959595. Windows color (decimal): -9256688 or 1098098. OLE color: 1098098.
HSL color Cylindrical-coordinate representation of color #72C110: hue angle of 86.78º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #72C110 is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 193 | 16 | - |
| CMYK | 0.41 | 0 | 0.92 | 0.24 |
| HSL | 86.78º | 0.85% | 0.41% | - |
| HSV(B) | 86.78º | 0.92% | 0.76% | - |
| XYZ | 26.1 | 41.75 | 7.17 | - |
| YUV | 149.2 | 52.83 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 193 | 16 | 0.41 | 0 | 0.92 | 0.24 | 86.78 | 0.85 | 0.41 |
| Hex | 72 | C1 | 10 | 29 | 0 | 5C | 18 | 57 | 55 | 29 |
| Octal | 162 | 301 | 20 | 51 | 0 | 134 | 30 | 127 | 125 | 51 |
| Binary | 1110010 | 11000001 | 10000 | 101001 | 0 | 1011100 | 11000 | 1010111 | 1010101 | 101001 |
Color Harmonies of #72C110
Complementary color
Monochromatic Colors of #72C110
Black with #72C110
Text Example
Text Example
White with #72C110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C110; }
p { color: rgb(114,193,16); }
H1.HeaderClassName
{
color: #72C110;
}
.AnyTagClassName
{
color: #72C110;
}
</style>
background-color css
<style>
a { background-color: #72C110; }
a { background-color: rgb(114,193,16); }
div.DivClassName
{
background-color: #72C110;
}
.BgClassName
{
background-color: #72C110;
}
</style>
border-color css
<style>
span { border-color: #72C110; }
span { border-color: rgb(114,193,16); }
td.TdClassName
{
border-color: #72C110;
}
.TagClassName
{
border-color: #72C110;
}
</style>