Shades of Christi #73D10F
Tints of Christi #73D10F
RGB
CMYK
RGB Variations
Color information
#73D10F (or 0x73D10F) is known color: Christi. HEX triplet: 73, D1 and 0F. RGB value is (115,209,15). Sum of RGB (Red+Green+Blue) = 115+209+15=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 209 (82.03% from 255 or 61.65% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 209 - color contains mainly: green. Hex color #73D10F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D10F is #8C2EF0. Grayscale: #9F9F9F. Windows color (decimal): -9187057 or 1036659. OLE color: 1036659.
HSL color Cylindrical-coordinate representation of color #73D10F: hue angle of 89.07º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #73D10F is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 209 | 15 | - |
| CMYK | 0.45 | 0 | 0.93 | 0.18 |
| HSL | 89.07º | 0.87% | 0.44% | - |
| HSV(B) | 89.07º | 0.93% | 0.82% | - |
| XYZ | 29.96 | 49.28 | 8.39 | - |
| YUV | 158.78 | 46.86 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 209 | 15 | 0.45 | 0 | 0.93 | 0.18 | 89.07 | 0.87 | 0.44 |
| Hex | 73 | D1 | F | 2D | 0 | 5D | 12 | 59 | 57 | 2C |
| Octal | 163 | 321 | 17 | 55 | 0 | 135 | 22 | 131 | 127 | 54 |
| Binary | 1110011 | 11010001 | 1111 | 101101 | 0 | 1011101 | 10010 | 1011001 | 1010111 | 101100 |
Color Harmonies of #73D10F
Complementary color
Monochromatic Colors of #73D10F
Black with #73D10F
Text Example
Text Example
White with #73D10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D10F; }
p { color: rgb(115,209,15); }
H1.HeaderClassName
{
color: #73D10F;
}
.AnyTagClassName
{
color: #73D10F;
}
</style>
background-color css
<style>
a { background-color: #73D10F; }
a { background-color: rgb(115,209,15); }
div.DivClassName
{
background-color: #73D10F;
}
.BgClassName
{
background-color: #73D10F;
}
</style>
border-color css
<style>
span { border-color: #73D10F; }
span { border-color: rgb(115,209,15); }
td.TdClassName
{
border-color: #73D10F;
}
.TagClassName
{
border-color: #73D10F;
}
</style>