Shades of Christi #73D010
Tints of Christi #73D010
RGB
CMYK
RGB Variations
Color information
#73D010 (or 0x73D010) is known color: Christi. HEX triplet: 73, D0 and 10. RGB value is (115,208,16). Sum of RGB (Red+Green+Blue) = 115+208+16=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 208 (81.64% from 255 or 61.36% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 208 - color contains mainly: green. Hex color #73D010 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D010 is #8C2FEF. Grayscale: #9E9E9E. Windows color (decimal): -9187312 or 1101939. OLE color: 1101939.
HSL color Cylindrical-coordinate representation of color #73D010: hue angle of 89.06º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73D010 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 208 | 16 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.18 |
| HSL | 89.06º | 0.86% | 0.44% | - |
| HSV(B) | 89.06º | 0.92% | 0.82% | - |
| XYZ | 29.72 | 48.79 | 8.34 | - |
| YUV | 158.31 | 47.69 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 208 | 16 | 0.45 | 0 | 0.92 | 0.18 | 89.06 | 0.86 | 0.44 |
| Hex | 73 | D0 | 10 | 2D | 0 | 5C | 12 | 59 | 56 | 2C |
| Octal | 163 | 320 | 20 | 55 | 0 | 134 | 22 | 131 | 126 | 54 |
| Binary | 1110011 | 11010000 | 10000 | 101101 | 0 | 1011100 | 10010 | 1011001 | 1010110 | 101100 |
Color Harmonies of #73D010
Complementary color
Monochromatic Colors of #73D010
Black with #73D010
Text Example
Text Example
White with #73D010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D010; }
p { color: rgb(115,208,16); }
H1.HeaderClassName
{
color: #73D010;
}
.AnyTagClassName
{
color: #73D010;
}
</style>
background-color css
<style>
a { background-color: #73D010; }
a { background-color: rgb(115,208,16); }
div.DivClassName
{
background-color: #73D010;
}
.BgClassName
{
background-color: #73D010;
}
</style>
border-color css
<style>
span { border-color: #73D010; }
span { border-color: rgb(115,208,16); }
td.TdClassName
{
border-color: #73D010;
}
.TagClassName
{
border-color: #73D010;
}
</style>