Shades of Christi #73C011
Tints of Christi #73C011
RGB
CMYK
RGB Variations
Color information
#73C011 (or 0x73C011) is known color: Christi. HEX triplet: 73, C0 and 11. RGB value is (115,192,17). Sum of RGB (Red+Green+Blue) = 115+192+17=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #73C011 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C011 is #8C3FEE. Grayscale: #959595. Windows color (decimal): -9191407 or 1163379. OLE color: 1163379.
HSL color Cylindrical-coordinate representation of color #73C011: hue angle of 86.4º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73C011 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 17 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.25 |
| HSL | 86.4º | 0.84% | 0.41% | - |
| HSV(B) | 86.4º | 0.91% | 0.75% | - |
| XYZ | 26.02 | 41.38 | 7.15 | - |
| YUV | 149.03 | 53.49 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 17 | 0.40 | 0 | 0.91 | 0.25 | 86.4 | 0.84 | 0.41 |
| Hex | 73 | C0 | 11 | 28 | 0 | 5B | 19 | 56 | 54 | 29 |
| Octal | 163 | 300 | 21 | 50 | 0 | 133 | 31 | 126 | 124 | 51 |
| Binary | 1110011 | 11000000 | 10001 | 101000 | 0 | 1011011 | 11001 | 1010110 | 1010100 | 101001 |
Color Harmonies of #73C011
Complementary color
Monochromatic Colors of #73C011
Black with #73C011
Text Example
Text Example
White with #73C011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C011; }
p { color: rgb(115,192,17); }
H1.HeaderClassName
{
color: #73C011;
}
.AnyTagClassName
{
color: #73C011;
}
</style>
background-color css
<style>
a { background-color: #73C011; }
a { background-color: rgb(115,192,17); }
div.DivClassName
{
background-color: #73C011;
}
.BgClassName
{
background-color: #73C011;
}
</style>
border-color css
<style>
span { border-color: #73C011; }
span { border-color: rgb(115,192,17); }
td.TdClassName
{
border-color: #73C011;
}
.TagClassName
{
border-color: #73C011;
}
</style>