Shades of Christi #73C200
Tints of Christi #73C200
RGB
CMYK
RGB Variations
Color information
#73C200 (or 0x73C200) is known color: Christi. HEX triplet: 73, C2 and 00. RGB value is (115,194,0). Sum of RGB (Red+Green+Blue) = 115+194+0=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 194 (76.17% from 255 or 62.78% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 194 - color contains mainly: green. Hex color #73C200 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C200 is #8C3DFF. Grayscale: #949494. Windows color (decimal): -9190912 or 49779. OLE color: 49779.
HSL color Cylindrical-coordinate representation of color #73C200: hue angle of 84.43º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73C200 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 194 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.24 |
| HSL | 84.43º | 1% | 0.38% | - |
| HSV(B) | 84.43º | 1% | 0.76% | - |
| XYZ | 26.36 | 42.23 | 6.76 | - |
| YUV | 148.26 | 44.33 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 194 | 0 | 0.41 | 0 | 1 | 0.24 | 84.43 | 1 | 0.38 |
| Hex | 73 | C2 | 0 | 29 | 0 | 64 | 18 | 54 | 64 | 26 |
| Octal | 163 | 302 | 0 | 51 | 0 | 144 | 30 | 124 | 144 | 46 |
| Binary | 1110011 | 11000010 | 0 | 101001 | 0 | 1100100 | 11000 | 1010100 | 1100100 | 100110 |
Color Harmonies of #73C200
Complementary color
Monochromatic Colors of #73C200
Black with #73C200
Text Example
Text Example
White with #73C200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C200; }
p { color: rgb(115,194,0); }
H1.HeaderClassName
{
color: #73C200;
}
.AnyTagClassName
{
color: #73C200;
}
</style>
background-color css
<style>
a { background-color: #73C200; }
a { background-color: rgb(115,194,0); }
div.DivClassName
{
background-color: #73C200;
}
.BgClassName
{
background-color: #73C200;
}
</style>
border-color css
<style>
span { border-color: #73C200; }
span { border-color: rgb(115,194,0); }
td.TdClassName
{
border-color: #73C200;
}
.TagClassName
{
border-color: #73C200;
}
</style>