Shades of Christi #73AF16
Tints of Christi #73AF16
RGB
CMYK
RGB Variations
Color information
#73AF16 (or 0x73AF16) is known color: Christi. HEX triplet: 73, AF and 16. RGB value is (115,175,22). Sum of RGB (Red+Green+Blue) = 115+175+22=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73AF16 is #8C50E9. Grayscale: #8C8C8C. Windows color (decimal): -9195754 or 1486707. OLE color: 1486707.
HSL color Cylindrical-coordinate representation of color #73AF16: hue angle of 83.53º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73AF16 is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 175 | 22 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.31 |
| HSL | 83.53º | 0.78% | 0.39% | - |
| HSV(B) | 83.53º | 0.87% | 0.69% | - |
| XYZ | 22.55 | 34.36 | 6.2 | - |
| YUV | 139.62 | 61.62 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 22 | 0.34 | 0 | 0.87 | 0.31 | 83.53 | 0.78 | 0.39 |
| Hex | 73 | AF | 16 | 22 | 0 | 57 | 1F | 54 | 4E | 27 |
| Octal | 163 | 257 | 26 | 42 | 0 | 127 | 37 | 124 | 116 | 47 |
| Binary | 1110011 | 10101111 | 10110 | 100010 | 0 | 1010111 | 11111 | 1010100 | 1001110 | 100111 |
Color Harmonies of #73AF16
Complementary color
Monochromatic Colors of #73AF16
Black with #73AF16
Text Example
Text Example
White with #73AF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AF16; }
p { color: rgb(115,175,22); }
H1.HeaderClassName
{
color: #73AF16;
}
.AnyTagClassName
{
color: #73AF16;
}
</style>
background-color css
<style>
a { background-color: #73AF16; }
a { background-color: rgb(115,175,22); }
div.DivClassName
{
background-color: #73AF16;
}
.BgClassName
{
background-color: #73AF16;
}
</style>
border-color css
<style>
span { border-color: #73AF16; }
span { border-color: rgb(115,175,22); }
td.TdClassName
{
border-color: #73AF16;
}
.TagClassName
{
border-color: #73AF16;
}
</style>