Shades of Christi #73C511
Tints of Christi #73C511
RGB
CMYK
RGB Variations
Color information
#73C511 (or 0x73C511) is known color: Christi. HEX triplet: 73, C5 and 11. RGB value is (115,197,17). Sum of RGB (Red+Green+Blue) = 115+197+17=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 197 (77.34% from 255 or 59.88% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 197 - color contains mainly: green. Hex color #73C511 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C511 is #8C3AEE. Grayscale: #989898. Windows color (decimal): -9190127 or 1164659. OLE color: 1164659.
HSL color Cylindrical-coordinate representation of color #73C511: hue angle of 87.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73C511 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 197 | 17 | - |
| CMYK | 0.42 | 0 | 0.91 | 0.23 |
| HSL | 87.33º | 0.84% | 0.42% | - |
| HSV(B) | 87.33º | 0.91% | 0.77% | - |
| XYZ | 27.14 | 43.62 | 7.52 | - |
| YUV | 151.96 | 51.83 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 197 | 17 | 0.42 | 0 | 0.91 | 0.23 | 87.33 | 0.84 | 0.42 |
| Hex | 73 | C5 | 11 | 2A | 0 | 5B | 17 | 57 | 54 | 2A |
| Octal | 163 | 305 | 21 | 52 | 0 | 133 | 27 | 127 | 124 | 52 |
| Binary | 1110011 | 11000101 | 10001 | 101010 | 0 | 1011011 | 10111 | 1010111 | 1010100 | 101010 |
Color Harmonies of #73C511
Complementary color
Monochromatic Colors of #73C511
Black with #73C511
Text Example
Text Example
White with #73C511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C511; }
p { color: rgb(115,197,17); }
H1.HeaderClassName
{
color: #73C511;
}
.AnyTagClassName
{
color: #73C511;
}
</style>
background-color css
<style>
a { background-color: #73C511; }
a { background-color: rgb(115,197,17); }
div.DivClassName
{
background-color: #73C511;
}
.BgClassName
{
background-color: #73C511;
}
</style>
border-color css
<style>
span { border-color: #73C511; }
span { border-color: rgb(115,197,17); }
td.TdClassName
{
border-color: #73C511;
}
.TagClassName
{
border-color: #73C511;
}
</style>