Shades of Christi #73AD25
Tints of Christi #73AD25
RGB
CMYK
RGB Variations
Color information
#73AD25 (or 0x73AD25) is known color: Christi. HEX triplet: 73, AD and 25. RGB value is (115,173,37). Sum of RGB (Red+Green+Blue) = 115+173+37=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 173 (67.97% from 255 or 53.23% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 173 - color contains mainly: green. Hex color #73AD25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AD25 is #8C52DA. Grayscale: #8C8C8C. Windows color (decimal): -9196251 or 2469235. OLE color: 2469235.
HSL color Cylindrical-coordinate representation of color #73AD25: hue angle of 85.59º degrees, saturation: 0.65, 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 #73AD25 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 173 | 37 | - |
| CMYK | 0.34 | 0 | 0.79 | 0.32 |
| HSL | 85.59º | 0.65% | 0.41% | - |
| HSV(B) | 85.59º | 0.79% | 0.68% | - |
| XYZ | 22.35 | 33.67 | 7.07 | - |
| YUV | 140.15 | 69.78 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 37 | 0.34 | 0 | 0.79 | 0.32 | 85.59 | 0.65 | 0.41 |
| Hex | 73 | AD | 25 | 22 | 0 | 4F | 20 | 56 | 41 | 29 |
| Octal | 163 | 255 | 45 | 42 | 0 | 117 | 40 | 126 | 101 | 51 |
| Binary | 1110011 | 10101101 | 100101 | 100010 | 0 | 1001111 | 100000 | 1010110 | 1000001 | 101001 |
Color Harmonies of #73AD25
Complementary color
Monochromatic Colors of #73AD25
Black with #73AD25
Text Example
Text Example
White with #73AD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AD25; }
p { color: rgb(115,173,37); }
H1.HeaderClassName
{
color: #73AD25;
}
.AnyTagClassName
{
color: #73AD25;
}
</style>
background-color css
<style>
a { background-color: #73AD25; }
a { background-color: rgb(115,173,37); }
div.DivClassName
{
background-color: #73AD25;
}
.BgClassName
{
background-color: #73AD25;
}
</style>
border-color css
<style>
span { border-color: #73AD25; }
span { border-color: rgb(115,173,37); }
td.TdClassName
{
border-color: #73AD25;
}
.TagClassName
{
border-color: #73AD25;
}
</style>