Shades of Christi #73C209
Tints of Christi #73C209
RGB
CMYK
RGB Variations
Color information
#73C209 (or 0x73C209) is known color: Christi. HEX triplet: 73, C2 and 09. RGB value is (115,194,9). Sum of RGB (Red+Green+Blue) = 115+194+9=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 194 (76.17% from 255 or 61.01% from 318); Blue value is 9 (3.91% from 255 or 2.83% from 318); Max value from RGB is 194 - color contains mainly: green. Hex color #73C209 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C209 is #8C3DF6. Grayscale: #959595. Windows color (decimal): -9190903 or 639603. OLE color: 639603.
HSL color Cylindrical-coordinate representation of color #73C209: hue angle of 85.62º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73C209 is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 194 | 9 | - |
| CMYK | 0.41 | 0 | 0.95 | 0.24 |
| HSL | 85.62º | 0.91% | 0.4% | - |
| HSV(B) | 85.62º | 0.95% | 0.76% | - |
| XYZ | 26.41 | 42.25 | 7.02 | - |
| YUV | 149.29 | 48.83 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 194 | 9 | 0.41 | 0 | 0.95 | 0.24 | 85.62 | 0.91 | 0.4 |
| Hex | 73 | C2 | 9 | 29 | 0 | 5F | 18 | 56 | 5B | 28 |
| Octal | 163 | 302 | 11 | 51 | 0 | 137 | 30 | 126 | 133 | 50 |
| Binary | 1110011 | 11000010 | 1001 | 101001 | 0 | 1011111 | 11000 | 1010110 | 1011011 | 101000 |
Color Harmonies of #73C209
Complementary color
Monochromatic Colors of #73C209
Black with #73C209
Text Example
Text Example
White with #73C209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C209; }
p { color: rgb(115,194,9); }
H1.HeaderClassName
{
color: #73C209;
}
.AnyTagClassName
{
color: #73C209;
}
</style>
background-color css
<style>
a { background-color: #73C209; }
a { background-color: rgb(115,194,9); }
div.DivClassName
{
background-color: #73C209;
}
.BgClassName
{
background-color: #73C209;
}
</style>
border-color css
<style>
span { border-color: #73C209; }
span { border-color: rgb(115,194,9); }
td.TdClassName
{
border-color: #73C209;
}
.TagClassName
{
border-color: #73C209;
}
</style>