Shades of Christi #72C400
Tints of Christi #72C400
RGB
CMYK
RGB Variations
Color information
#72C400 (or 0x72C400) is known color: Christi. HEX triplet: 72, C4 and 00. RGB value is (114,196,0). Sum of RGB (Red+Green+Blue) = 114+196+0=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 196 (76.95% from 255 or 63.23% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 196 - color contains mainly: green. Hex color #72C400 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72C400 is #8D3BFF. Grayscale: #959595. Windows color (decimal): -9255936 or 50290. OLE color: 50290.
HSL color Cylindrical-coordinate representation of color #72C400: hue angle of 85.1º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72C400 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 196 | 0 | - |
| CMYK | 0.42 | 0 | 1 | 0.23 |
| HSL | 85.1º | 1% | 0.38% | - |
| HSV(B) | 85.1º | 1% | 0.77% | - |
| XYZ | 26.68 | 43.06 | 6.9 | - |
| YUV | 149.14 | 43.83 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 196 | 0 | 0.42 | 0 | 1 | 0.23 | 85.1 | 1 | 0.38 |
| Hex | 72 | C4 | 0 | 2A | 0 | 64 | 17 | 55 | 64 | 26 |
| Octal | 162 | 304 | 0 | 52 | 0 | 144 | 27 | 125 | 144 | 46 |
| Binary | 1110010 | 11000100 | 0 | 101010 | 0 | 1100100 | 10111 | 1010101 | 1100100 | 100110 |
Color Harmonies of #72C400
Complementary color
Monochromatic Colors of #72C400
Black with #72C400
Text Example
Text Example
White with #72C400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C400; }
p { color: rgb(114,196,0); }
H1.HeaderClassName
{
color: #72C400;
}
.AnyTagClassName
{
color: #72C400;
}
</style>
background-color css
<style>
a { background-color: #72C400; }
a { background-color: rgb(114,196,0); }
div.DivClassName
{
background-color: #72C400;
}
.BgClassName
{
background-color: #72C400;
}
</style>
border-color css
<style>
span { border-color: #72C400; }
span { border-color: rgb(114,196,0); }
td.TdClassName
{
border-color: #72C400;
}
.TagClassName
{
border-color: #72C400;
}
</style>