Shades of Christi #73C904
Tints of Christi #73C904
RGB
CMYK
RGB Variations
Color information
#73C904 (or 0x73C904) is known color: Christi. HEX triplet: 73, C9 and 04. RGB value is (115,201,4). Sum of RGB (Red+Green+Blue) = 115+201+4=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 201 (78.91% from 255 or 62.81% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 201 - color contains mainly: green. Hex color #73C904 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C904 is #8C36FB. Grayscale: #999999. Windows color (decimal): -9189116 or 313715. OLE color: 313715.
HSL color Cylindrical-coordinate representation of color #73C904: hue angle of 86.19º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73C904 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 201 | 4 | - |
| CMYK | 0.43 | 0 | 0.98 | 0.21 |
| HSL | 86.19º | 0.96% | 0.4% | - |
| HSV(B) | 86.19º | 0.98% | 0.79% | - |
| XYZ | 27.98 | 45.43 | 7.41 | - |
| YUV | 152.83 | 44.01 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 201 | 4 | 0.43 | 0 | 0.98 | 0.21 | 86.19 | 0.96 | 0.4 |
| Hex | 73 | C9 | 4 | 2B | 0 | 62 | 15 | 56 | 60 | 28 |
| Octal | 163 | 311 | 4 | 53 | 0 | 142 | 25 | 126 | 140 | 50 |
| Binary | 1110011 | 11001001 | 100 | 101011 | 0 | 1100010 | 10101 | 1010110 | 1100000 | 101000 |
Color Harmonies of #73C904
Complementary color
Monochromatic Colors of #73C904
Black with #73C904
Text Example
Text Example
White with #73C904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C904; }
p { color: rgb(115,201,4); }
H1.HeaderClassName
{
color: #73C904;
}
.AnyTagClassName
{
color: #73C904;
}
</style>
background-color css
<style>
a { background-color: #73C904; }
a { background-color: rgb(115,201,4); }
div.DivClassName
{
background-color: #73C904;
}
.BgClassName
{
background-color: #73C904;
}
</style>
border-color css
<style>
span { border-color: #73C904; }
span { border-color: rgb(115,201,4); }
td.TdClassName
{
border-color: #73C904;
}
.TagClassName
{
border-color: #73C904;
}
</style>