Shades of Christi #73CC02
Tints of Christi #73CC02
RGB
CMYK
RGB Variations
Color information
#73CC02 (or 0x73CC02) is known color: Christi. HEX triplet: 73, CC and 02. RGB value is (115,204,2). Sum of RGB (Red+Green+Blue) = 115+204+2=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 204 (80.08% from 255 or 63.55% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 204 - color contains mainly: green. Hex color #73CC02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73CC02 is #8C33FD. Grayscale: #9B9B9B. Windows color (decimal): -9188350 or 183411. OLE color: 183411.
HSL color Cylindrical-coordinate representation of color #73CC02: hue angle of 86.44º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #73CC02 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 204 | 2 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.2 |
| HSL | 86.44º | 0.98% | 0.4% | - |
| HSV(B) | 86.44º | 0.99% | 0.8% | - |
| XYZ | 28.67 | 46.83 | 7.59 | - |
| YUV | 154.36 | 42.01 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 204 | 2 | 0.44 | 0 | 0.99 | 0.2 | 86.44 | 0.98 | 0.4 |
| Hex | 73 | CC | 2 | 2C | 0 | 63 | 14 | 56 | 62 | 28 |
| Octal | 163 | 314 | 2 | 54 | 0 | 143 | 24 | 126 | 142 | 50 |
| Binary | 1110011 | 11001100 | 10 | 101100 | 0 | 1100011 | 10100 | 1010110 | 1100010 | 101000 |
Color Harmonies of #73CC02
Complementary color
Monochromatic Colors of #73CC02
Black with #73CC02
Text Example
Text Example
White with #73CC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CC02; }
p { color: rgb(115,204,2); }
H1.HeaderClassName
{
color: #73CC02;
}
.AnyTagClassName
{
color: #73CC02;
}
</style>
background-color css
<style>
a { background-color: #73CC02; }
a { background-color: rgb(115,204,2); }
div.DivClassName
{
background-color: #73CC02;
}
.BgClassName
{
background-color: #73CC02;
}
</style>
border-color css
<style>
span { border-color: #73CC02; }
span { border-color: rgb(115,204,2); }
td.TdClassName
{
border-color: #73CC02;
}
.TagClassName
{
border-color: #73CC02;
}
</style>