Shades of Christi #73C401
Tints of Christi #73C401
RGB
CMYK
RGB Variations
Color information
#73C401 (or 0x73C401) is known color: Christi. HEX triplet: 73, C4 and 01. RGB value is (115,196,1). Sum of RGB (Red+Green+Blue) = 115+196+1=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 196 (76.95% from 255 or 62.82% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 196 - color contains mainly: green. Hex color #73C401 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C401 is #8C3BFE. Grayscale: #969696. Windows color (decimal): -9190399 or 115827. OLE color: 115827.
HSL color Cylindrical-coordinate representation of color #73C401: hue angle of 84.92º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #73C401 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 196 | 1 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.23 |
| HSL | 84.92º | 0.99% | 0.39% | - |
| HSV(B) | 84.92º | 0.99% | 0.77% | - |
| XYZ | 26.82 | 43.13 | 6.94 | - |
| YUV | 149.55 | 44.16 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 196 | 1 | 0.41 | 0 | 0.99 | 0.23 | 84.92 | 0.99 | 0.39 |
| Hex | 73 | C4 | 1 | 29 | 0 | 63 | 17 | 55 | 63 | 27 |
| Octal | 163 | 304 | 1 | 51 | 0 | 143 | 27 | 125 | 143 | 47 |
| Binary | 1110011 | 11000100 | 1 | 101001 | 0 | 1100011 | 10111 | 1010101 | 1100011 | 100111 |
Color Harmonies of #73C401
Complementary color
Monochromatic Colors of #73C401
Black with #73C401
Text Example
Text Example
White with #73C401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C401; }
p { color: rgb(115,196,1); }
H1.HeaderClassName
{
color: #73C401;
}
.AnyTagClassName
{
color: #73C401;
}
</style>
background-color css
<style>
a { background-color: #73C401; }
a { background-color: rgb(115,196,1); }
div.DivClassName
{
background-color: #73C401;
}
.BgClassName
{
background-color: #73C401;
}
</style>
border-color css
<style>
span { border-color: #73C401; }
span { border-color: rgb(115,196,1); }
td.TdClassName
{
border-color: #73C401;
}
.TagClassName
{
border-color: #73C401;
}
</style>