Shades of Christi #73C000
Tints of Christi #73C000
RGB
CMYK
RGB Variations
Color information
#73C000 (or 0x73C000) is known color: Christi. HEX triplet: 73, C0 and 00. RGB value is (115,192,0). Sum of RGB (Red+Green+Blue) = 115+192+0=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 192 (75.39% from 255 or 62.54% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 192 - color contains mainly: green. Hex color #73C000 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C000 is #8C3FFF. Grayscale: #939393. Windows color (decimal): -9191424 or 49267. OLE color: 49267.
HSL color Cylindrical-coordinate representation of color #73C000: hue angle of 84.06º 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 #73C000 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 0 | - |
| CMYK | 0.40 | 0 | 1 | 0.25 |
| HSL | 84.06º | 1% | 0.38% | - |
| HSV(B) | 84.06º | 1% | 0.75% | - |
| XYZ | 25.92 | 41.34 | 6.61 | - |
| YUV | 147.09 | 44.99 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 0 | 0.40 | 0 | 1 | 0.25 | 84.06 | 1 | 0.38 |
| Hex | 73 | C0 | 0 | 28 | 0 | 64 | 19 | 54 | 64 | 26 |
| Octal | 163 | 300 | 0 | 50 | 0 | 144 | 31 | 124 | 144 | 46 |
| Binary | 1110011 | 11000000 | 0 | 101000 | 0 | 1100100 | 11001 | 1010100 | 1100100 | 100110 |
Color Harmonies of #73C000
Complementary color
Monochromatic Colors of #73C000
Black with #73C000
Text Example
Text Example
White with #73C000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C000; }
p { color: rgb(115,192,0); }
H1.HeaderClassName
{
color: #73C000;
}
.AnyTagClassName
{
color: #73C000;
}
</style>
background-color css
<style>
a { background-color: #73C000; }
a { background-color: rgb(115,192,0); }
div.DivClassName
{
background-color: #73C000;
}
.BgClassName
{
background-color: #73C000;
}
</style>
border-color css
<style>
span { border-color: #73C000; }
span { border-color: rgb(115,192,0); }
td.TdClassName
{
border-color: #73C000;
}
.TagClassName
{
border-color: #73C000;
}
</style>