Shades of Christi #73C014
Tints of Christi #73C014
RGB
CMYK
RGB Variations
Color information
#73C014 (or 0x73C014) is known color: Christi. HEX triplet: 73, C0 and 14. RGB value is (115,192,20). Sum of RGB (Red+Green+Blue) = 115+192+20=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 192 (75.39% from 255 or 58.72% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 192 - color contains mainly: green. Hex color #73C014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C014 is #8C3FEB. Grayscale: #959595. Windows color (decimal): -9191404 or 1359987. OLE color: 1359987.
HSL color Cylindrical-coordinate representation of color #73C014: hue angle of 86.86º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73C014 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 20 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.25 |
| HSL | 86.86º | 0.81% | 0.42% | - |
| HSV(B) | 86.86º | 0.9% | 0.75% | - |
| XYZ | 26.05 | 41.39 | 7.28 | - |
| YUV | 149.37 | 54.99 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 20 | 0.40 | 0 | 0.90 | 0.25 | 86.86 | 0.81 | 0.42 |
| Hex | 73 | C0 | 14 | 28 | 0 | 5A | 19 | 57 | 51 | 2A |
| Octal | 163 | 300 | 24 | 50 | 0 | 132 | 31 | 127 | 121 | 52 |
| Binary | 1110011 | 11000000 | 10100 | 101000 | 0 | 1011010 | 11001 | 1010111 | 1010001 | 101010 |
Color Harmonies of #73C014
Complementary color
Monochromatic Colors of #73C014
Black with #73C014
Text Example
Text Example
White with #73C014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C014; }
p { color: rgb(115,192,20); }
H1.HeaderClassName
{
color: #73C014;
}
.AnyTagClassName
{
color: #73C014;
}
</style>
background-color css
<style>
a { background-color: #73C014; }
a { background-color: rgb(115,192,20); }
div.DivClassName
{
background-color: #73C014;
}
.BgClassName
{
background-color: #73C014;
}
</style>
border-color css
<style>
span { border-color: #73C014; }
span { border-color: rgb(115,192,20); }
td.TdClassName
{
border-color: #73C014;
}
.TagClassName
{
border-color: #73C014;
}
</style>