Shades of Christi #73AD24
Tints of Christi #73AD24
RGB
CMYK
RGB Variations
Color information
#73AD24 (or 0x73AD24) is known color: Christi. HEX triplet: 73, AD and 24. RGB value is (115,173,36). Sum of RGB (Red+Green+Blue) = 115+173+36=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 173 (67.97% from 255 or 53.40% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 173 - color contains mainly: green. Hex color #73AD24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AD24 is #8C52DB. Grayscale: #8C8C8C. Windows color (decimal): -9196252 or 2403699. OLE color: 2403699.
HSL color Cylindrical-coordinate representation of color #73AD24: hue angle of 85.4º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #73AD24 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 173 | 36 | - |
| CMYK | 0.34 | 0 | 0.79 | 0.32 |
| HSL | 85.4º | 0.66% | 0.41% | - |
| HSV(B) | 85.4º | 0.79% | 0.68% | - |
| XYZ | 22.33 | 33.66 | 6.99 | - |
| YUV | 140.04 | 69.28 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 36 | 0.34 | 0 | 0.79 | 0.32 | 85.4 | 0.66 | 0.41 |
| Hex | 73 | AD | 24 | 22 | 0 | 4F | 20 | 55 | 42 | 29 |
| Octal | 163 | 255 | 44 | 42 | 0 | 117 | 40 | 125 | 102 | 51 |
| Binary | 1110011 | 10101101 | 100100 | 100010 | 0 | 1001111 | 100000 | 1010101 | 1000010 | 101001 |
Color Harmonies of #73AD24
Complementary color
Monochromatic Colors of #73AD24
Black with #73AD24
Text Example
Text Example
White with #73AD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AD24; }
p { color: rgb(115,173,36); }
H1.HeaderClassName
{
color: #73AD24;
}
.AnyTagClassName
{
color: #73AD24;
}
</style>
background-color css
<style>
a { background-color: #73AD24; }
a { background-color: rgb(115,173,36); }
div.DivClassName
{
background-color: #73AD24;
}
.BgClassName
{
background-color: #73AD24;
}
</style>
border-color css
<style>
span { border-color: #73AD24; }
span { border-color: rgb(115,173,36); }
td.TdClassName
{
border-color: #73AD24;
}
.TagClassName
{
border-color: #73AD24;
}
</style>