Shades of Christi #72C000
Tints of Christi #72C000
RGB
CMYK
RGB Variations
Color information
#72C000 (or 0x72C000) is known color: Christi. HEX triplet: 72, C0 and 00. RGB value is (114,192,0). Sum of RGB (Red+Green+Blue) = 114+192+0=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 192 (75.39% from 255 or 62.75% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 192 - color contains mainly: green. Hex color #72C000 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72C000 is #8D3FFF. Grayscale: #939393. Windows color (decimal): -9256960 or 49266. OLE color: 49266.
HSL color Cylindrical-coordinate representation of color #72C000: hue angle of 84.38º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72C000 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 192 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.25 |
| HSL | 84.38º | 1% | 0.38% | - |
| HSV(B) | 84.38º | 1% | 0.75% | - |
| XYZ | 25.79 | 41.28 | 6.61 | - |
| YUV | 146.79 | 45.16 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 192 | 0 | 0.41 | 0 | 1 | 0.25 | 84.38 | 1 | 0.38 |
| Hex | 72 | C0 | 0 | 29 | 0 | 64 | 19 | 54 | 64 | 26 |
| Octal | 162 | 300 | 0 | 51 | 0 | 144 | 31 | 124 | 144 | 46 |
| Binary | 1110010 | 11000000 | 0 | 101001 | 0 | 1100100 | 11001 | 1010100 | 1100100 | 100110 |
Color Harmonies of #72C000
Complementary color
Monochromatic Colors of #72C000
Black with #72C000
Text Example
Text Example
White with #72C000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C000; }
p { color: rgb(114,192,0); }
H1.HeaderClassName
{
color: #72C000;
}
.AnyTagClassName
{
color: #72C000;
}
</style>
background-color css
<style>
a { background-color: #72C000; }
a { background-color: rgb(114,192,0); }
div.DivClassName
{
background-color: #72C000;
}
.BgClassName
{
background-color: #72C000;
}
</style>
border-color css
<style>
span { border-color: #72C000; }
span { border-color: rgb(114,192,0); }
td.TdClassName
{
border-color: #72C000;
}
.TagClassName
{
border-color: #72C000;
}
</style>