Shades of Christi #73C516
Tints of Christi #73C516
RGB
CMYK
RGB Variations
Color information
#73C516 (or 0x73C516) is known color: Christi. HEX triplet: 73, C5 and 16. RGB value is (115,197,22). Sum of RGB (Red+Green+Blue) = 115+197+22=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 197 (77.34% from 255 or 58.98% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 197 - color contains mainly: green. Hex color #73C516 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C516 is #8C3AE9. Grayscale: #999999. Windows color (decimal): -9190122 or 1492339. OLE color: 1492339.
HSL color Cylindrical-coordinate representation of color #73C516: hue angle of 88.11º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73C516 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 197 | 22 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.23 |
| HSL | 88.11º | 0.8% | 0.43% | - |
| HSV(B) | 88.11º | 0.89% | 0.77% | - |
| XYZ | 27.18 | 43.64 | 7.75 | - |
| YUV | 152.53 | 54.33 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 197 | 22 | 0.42 | 0 | 0.89 | 0.23 | 88.11 | 0.8 | 0.43 |
| Hex | 73 | C5 | 16 | 2A | 0 | 59 | 17 | 58 | 50 | 2B |
| Octal | 163 | 305 | 26 | 52 | 0 | 131 | 27 | 130 | 120 | 53 |
| Binary | 1110011 | 11000101 | 10110 | 101010 | 0 | 1011001 | 10111 | 1011000 | 1010000 | 101011 |
Color Harmonies of #73C516
Complementary color
Monochromatic Colors of #73C516
Black with #73C516
Text Example
Text Example
White with #73C516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C516; }
p { color: rgb(115,197,22); }
H1.HeaderClassName
{
color: #73C516;
}
.AnyTagClassName
{
color: #73C516;
}
</style>
background-color css
<style>
a { background-color: #73C516; }
a { background-color: rgb(115,197,22); }
div.DivClassName
{
background-color: #73C516;
}
.BgClassName
{
background-color: #73C516;
}
</style>
border-color css
<style>
span { border-color: #73C516; }
span { border-color: rgb(115,197,22); }
td.TdClassName
{
border-color: #73C516;
}
.TagClassName
{
border-color: #73C516;
}
</style>