Shades of Christi #72C610
Tints of Christi #72C610
RGB
CMYK
RGB Variations
Color information
#72C610 (or 0x72C610) is known color: Christi. HEX triplet: 72, C6 and 10. RGB value is (114,198,16). Sum of RGB (Red+Green+Blue) = 114+198+16=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 198 (77.73% from 255 or 60.37% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 198 - color contains mainly: green. Hex color #72C610 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72C610 is #8D39EF. Grayscale: #989898. Windows color (decimal): -9255408 or 1099378. OLE color: 1099378.
HSL color Cylindrical-coordinate representation of color #72C610: hue angle of 87.69º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #72C610 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 198 | 16 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.22 |
| HSL | 87.69º | 0.85% | 0.42% | - |
| HSV(B) | 87.69º | 0.92% | 0.78% | - |
| XYZ | 27.23 | 44 | 7.55 | - |
| YUV | 152.14 | 51.17 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 198 | 16 | 0.42 | 0 | 0.92 | 0.22 | 87.69 | 0.85 | 0.42 |
| Hex | 72 | C6 | 10 | 2A | 0 | 5C | 16 | 58 | 55 | 2A |
| Octal | 162 | 306 | 20 | 52 | 0 | 134 | 26 | 130 | 125 | 52 |
| Binary | 1110010 | 11000110 | 10000 | 101010 | 0 | 1011100 | 10110 | 1011000 | 1010101 | 101010 |
Color Harmonies of #72C610
Complementary color
Monochromatic Colors of #72C610
Black with #72C610
Text Example
Text Example
White with #72C610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C610; }
p { color: rgb(114,198,16); }
H1.HeaderClassName
{
color: #72C610;
}
.AnyTagClassName
{
color: #72C610;
}
</style>
background-color css
<style>
a { background-color: #72C610; }
a { background-color: rgb(114,198,16); }
div.DivClassName
{
background-color: #72C610;
}
.BgClassName
{
background-color: #72C610;
}
</style>
border-color css
<style>
span { border-color: #72C610; }
span { border-color: rgb(114,198,16); }
td.TdClassName
{
border-color: #72C610;
}
.TagClassName
{
border-color: #72C610;
}
</style>