Shades of Christi #73C003
Tints of Christi #73C003
RGB
CMYK
RGB Variations
Color information
#73C003 (or 0x73C003) is known color: Christi. HEX triplet: 73, C0 and 03. RGB value is (115,192,3). Sum of RGB (Red+Green+Blue) = 115+192+3=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 192 (75.39% from 255 or 61.94% from 310); Blue value is 3 (1.56% from 255 or 0.97% from 310); Max value from RGB is 192 - color contains mainly: green. Hex color #73C003 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C003 is #8C3FFC. Grayscale: #949494. Windows color (decimal): -9191421 or 245875. OLE color: 245875.
HSL color Cylindrical-coordinate representation of color #73C003: hue angle of 84.44º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73C003 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 3 | - |
| CMYK | 0.40 | 0 | 0.98 | 0.25 |
| HSL | 84.44º | 0.97% | 0.38% | - |
| HSV(B) | 84.44º | 0.98% | 0.75% | - |
| XYZ | 25.94 | 41.35 | 6.7 | - |
| YUV | 147.43 | 46.49 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 3 | 0.40 | 0 | 0.98 | 0.25 | 84.44 | 0.97 | 0.38 |
| Hex | 73 | C0 | 3 | 28 | 0 | 62 | 19 | 54 | 61 | 26 |
| Octal | 163 | 300 | 3 | 50 | 0 | 142 | 31 | 124 | 141 | 46 |
| Binary | 1110011 | 11000000 | 11 | 101000 | 0 | 1100010 | 11001 | 1010100 | 1100001 | 100110 |
Color Harmonies of #73C003
Complementary color
Monochromatic Colors of #73C003
Black with #73C003
Text Example
Text Example
White with #73C003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C003; }
p { color: rgb(115,192,3); }
H1.HeaderClassName
{
color: #73C003;
}
.AnyTagClassName
{
color: #73C003;
}
</style>
background-color css
<style>
a { background-color: #73C003; }
a { background-color: rgb(115,192,3); }
div.DivClassName
{
background-color: #73C003;
}
.BgClassName
{
background-color: #73C003;
}
</style>
border-color css
<style>
span { border-color: #73C003; }
span { border-color: rgb(115,192,3); }
td.TdClassName
{
border-color: #73C003;
}
.TagClassName
{
border-color: #73C003;
}
</style>