Shades of Christi #73CA00
Tints of Christi #73CA00
RGB
CMYK
RGB Variations
Color information
#73CA00 (or 0x73CA00) is known color: Christi. HEX triplet: 73, CA and 00. RGB value is (115,202,0). Sum of RGB (Red+Green+Blue) = 115+202+0=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 202 (79.30% from 255 or 63.72% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 202 - color contains mainly: green. Hex color #73CA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73CA00 is #8C35FF. Grayscale: #999999. Windows color (decimal): -9188864 or 51827. OLE color: 51827.
HSL color Cylindrical-coordinate representation of color #73CA00: hue angle of 85.84º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73CA00 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 202 | 0 | - |
| CMYK | 0.43 | 0 | 1 | 0.21 |
| HSL | 85.84º | 1% | 0.4% | - |
| HSV(B) | 85.84º | 1% | 0.79% | - |
| XYZ | 28.19 | 45.89 | 7.37 | - |
| YUV | 152.96 | 41.68 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 202 | 0 | 0.43 | 0 | 1 | 0.21 | 85.84 | 1 | 0.4 |
| Hex | 73 | CA | 0 | 2B | 0 | 64 | 15 | 56 | 64 | 28 |
| Octal | 163 | 312 | 0 | 53 | 0 | 144 | 25 | 126 | 144 | 50 |
| Binary | 1110011 | 11001010 | 0 | 101011 | 0 | 1100100 | 10101 | 1010110 | 1100100 | 101000 |
Color Harmonies of #73CA00
Complementary color
Monochromatic Colors of #73CA00
Black with #73CA00
Text Example
Text Example
White with #73CA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CA00; }
p { color: rgb(115,202,0); }
H1.HeaderClassName
{
color: #73CA00;
}
.AnyTagClassName
{
color: #73CA00;
}
</style>
background-color css
<style>
a { background-color: #73CA00; }
a { background-color: rgb(115,202,0); }
div.DivClassName
{
background-color: #73CA00;
}
.BgClassName
{
background-color: #73CA00;
}
</style>
border-color css
<style>
span { border-color: #73CA00; }
span { border-color: rgb(115,202,0); }
td.TdClassName
{
border-color: #73CA00;
}
.TagClassName
{
border-color: #73CA00;
}
</style>