Shades of Christi #73CE00
Tints of Christi #73CE00
RGB
CMYK
RGB Variations
Color information
#73CE00 (or 0x73CE00) is known color: Christi. HEX triplet: 73, CE and 00. RGB value is (115,206,0). Sum of RGB (Red+Green+Blue) = 115+206+0=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 206 (80.86% from 255 or 64.17% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 206 - color contains mainly: green. Hex color #73CE00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73CE00 is #8C31FF. Grayscale: #9C9C9C. Windows color (decimal): -9187840 or 52851. OLE color: 52851.
HSL color Cylindrical-coordinate representation of color #73CE00: hue angle of 86.5º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73CE00 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 206 | 0 | - |
| CMYK | 0.44 | 0 | 1 | 0.19 |
| HSL | 86.5º | 1% | 0.4% | - |
| HSV(B) | 86.5º | 1% | 0.81% | - |
| XYZ | 29.14 | 47.79 | 7.69 | - |
| YUV | 155.31 | 40.35 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 206 | 0 | 0.44 | 0 | 1 | 0.19 | 86.5 | 1 | 0.4 |
| Hex | 73 | CE | 0 | 2C | 0 | 64 | 13 | 57 | 64 | 28 |
| Octal | 163 | 316 | 0 | 54 | 0 | 144 | 23 | 127 | 144 | 50 |
| Binary | 1110011 | 11001110 | 0 | 101100 | 0 | 1100100 | 10011 | 1010111 | 1100100 | 101000 |
Color Harmonies of #73CE00
Complementary color
Monochromatic Colors of #73CE00
Black with #73CE00
Text Example
Text Example
White with #73CE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CE00; }
p { color: rgb(115,206,0); }
H1.HeaderClassName
{
color: #73CE00;
}
.AnyTagClassName
{
color: #73CE00;
}
</style>
background-color css
<style>
a { background-color: #73CE00; }
a { background-color: rgb(115,206,0); }
div.DivClassName
{
background-color: #73CE00;
}
.BgClassName
{
background-color: #73CE00;
}
</style>
border-color css
<style>
span { border-color: #73CE00; }
span { border-color: rgb(115,206,0); }
td.TdClassName
{
border-color: #73CE00;
}
.TagClassName
{
border-color: #73CE00;
}
</style>