Shades of Christi #73C503
Tints of Christi #73C503
RGB
CMYK
RGB Variations
Color information
#73C503 (or 0x73C503) is known color: Christi. HEX triplet: 73, C5 and 03. RGB value is (115,197,3). Sum of RGB (Red+Green+Blue) = 115+197+3=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 197 (77.34% from 255 or 62.54% from 315); Blue value is 3 (1.56% from 255 or 0.95% from 315); Max value from RGB is 197 - color contains mainly: green. Hex color #73C503 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C503 is #8C3AFC. Grayscale: #979797. Windows color (decimal): -9190141 or 247155. OLE color: 247155.
HSL color Cylindrical-coordinate representation of color #73C503: hue angle of 85.36º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73C503 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 197 | 3 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.23 |
| HSL | 85.36º | 0.97% | 0.39% | - |
| HSV(B) | 85.36º | 0.98% | 0.77% | - |
| XYZ | 27.05 | 43.58 | 7.07 | - |
| YUV | 150.37 | 44.83 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 197 | 3 | 0.42 | 0 | 0.98 | 0.23 | 85.36 | 0.97 | 0.39 |
| Hex | 73 | C5 | 3 | 2A | 0 | 62 | 17 | 55 | 61 | 27 |
| Octal | 163 | 305 | 3 | 52 | 0 | 142 | 27 | 125 | 141 | 47 |
| Binary | 1110011 | 11000101 | 11 | 101010 | 0 | 1100010 | 10111 | 1010101 | 1100001 | 100111 |
Color Harmonies of #73C503
Complementary color
Monochromatic Colors of #73C503
Black with #73C503
Text Example
Text Example
White with #73C503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C503; }
p { color: rgb(115,197,3); }
H1.HeaderClassName
{
color: #73C503;
}
.AnyTagClassName
{
color: #73C503;
}
</style>
background-color css
<style>
a { background-color: #73C503; }
a { background-color: rgb(115,197,3); }
div.DivClassName
{
background-color: #73C503;
}
.BgClassName
{
background-color: #73C503;
}
</style>
border-color css
<style>
span { border-color: #73C503; }
span { border-color: rgb(115,197,3); }
td.TdClassName
{
border-color: #73C503;
}
.TagClassName
{
border-color: #73C503;
}
</style>