Shades of Christi #73C001
Tints of Christi #73C001
RGB
CMYK
RGB Variations
Color information
#73C001 (or 0x73C001) is known color: Christi. HEX triplet: 73, C0 and 01. RGB value is (115,192,1). Sum of RGB (Red+Green+Blue) = 115+192+1=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #73C001 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C001 is #8C3FFE. Grayscale: #939393. Windows color (decimal): -9191423 or 114803. OLE color: 114803.
HSL color Cylindrical-coordinate representation of color #73C001: hue angle of 84.19º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #73C001 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 1 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.25 |
| HSL | 84.19º | 0.99% | 0.38% | - |
| HSV(B) | 84.19º | 0.99% | 0.75% | - |
| XYZ | 25.93 | 41.35 | 6.64 | - |
| YUV | 147.2 | 45.49 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 1 | 0.40 | 0 | 0.99 | 0.25 | 84.19 | 0.99 | 0.38 |
| Hex | 73 | C0 | 1 | 28 | 0 | 63 | 19 | 54 | 63 | 26 |
| Octal | 163 | 300 | 1 | 50 | 0 | 143 | 31 | 124 | 143 | 46 |
| Binary | 1110011 | 11000000 | 1 | 101000 | 0 | 1100011 | 11001 | 1010100 | 1100011 | 100110 |
Color Harmonies of #73C001
Complementary color
Monochromatic Colors of #73C001
Black with #73C001
Text Example
Text Example
White with #73C001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C001; }
p { color: rgb(115,192,1); }
H1.HeaderClassName
{
color: #73C001;
}
.AnyTagClassName
{
color: #73C001;
}
</style>
background-color css
<style>
a { background-color: #73C001; }
a { background-color: rgb(115,192,1); }
div.DivClassName
{
background-color: #73C001;
}
.BgClassName
{
background-color: #73C001;
}
</style>
border-color css
<style>
span { border-color: #73C001; }
span { border-color: rgb(115,192,1); }
td.TdClassName
{
border-color: #73C001;
}
.TagClassName
{
border-color: #73C001;
}
</style>