Shades of Christi #73D009
Tints of Christi #73D009
RGB
CMYK
RGB Variations
Color information
#73D009 (or 0x73D009) is known color: Christi. HEX triplet: 73, D0 and 09. RGB value is (115,208,9). Sum of RGB (Red+Green+Blue) = 115+208+9=332 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.64% from 332); Green value is 208 (81.64% from 255 or 62.65% from 332); Blue value is 9 (3.91% from 255 or 2.71% from 332); Max value from RGB is 208 - color contains mainly: green. Hex color #73D009 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D009 is #8C2FF6. Grayscale: #9E9E9E. Windows color (decimal): -9187319 or 643187. OLE color: 643187.
HSL color Cylindrical-coordinate representation of color #73D009: hue angle of 88.04º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #73D009 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 208 | 9 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.18 |
| HSL | 88.04º | 0.92% | 0.43% | - |
| HSV(B) | 88.04º | 0.96% | 0.82% | - |
| XYZ | 29.68 | 48.78 | 8.11 | - |
| YUV | 157.51 | 44.19 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 208 | 9 | 0.45 | 0 | 0.96 | 0.18 | 88.04 | 0.92 | 0.43 |
| Hex | 73 | D0 | 9 | 2D | 0 | 60 | 12 | 58 | 5C | 2B |
| Octal | 163 | 320 | 11 | 55 | 0 | 140 | 22 | 130 | 134 | 53 |
| Binary | 1110011 | 11010000 | 1001 | 101101 | 0 | 1100000 | 10010 | 1011000 | 1011100 | 101011 |
Color Harmonies of #73D009
Complementary color
Monochromatic Colors of #73D009
Black with #73D009
Text Example
Text Example
White with #73D009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D009; }
p { color: rgb(115,208,9); }
H1.HeaderClassName
{
color: #73D009;
}
.AnyTagClassName
{
color: #73D009;
}
</style>
background-color css
<style>
a { background-color: #73D009; }
a { background-color: rgb(115,208,9); }
div.DivClassName
{
background-color: #73D009;
}
.BgClassName
{
background-color: #73D009;
}
</style>
border-color css
<style>
span { border-color: #73D009; }
span { border-color: rgb(115,208,9); }
td.TdClassName
{
border-color: #73D009;
}
.TagClassName
{
border-color: #73D009;
}
</style>