Shades of Christi #73AC21
Tints of Christi #73AC21
RGB
CMYK
RGB Variations
Color information
#73AC21 (or 0x73AC21) is known color: Christi. HEX triplet: 73, AC and 21. RGB value is (115,172,33). Sum of RGB (Red+Green+Blue) = 115+172+33=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 172 (67.58% from 255 or 53.75% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 172 - color contains mainly: green. Hex color #73AC21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AC21 is #8C53DE. Grayscale: #8B8B8B. Windows color (decimal): -9196511 or 2206835. OLE color: 2206835.
HSL color Cylindrical-coordinate representation of color #73AC21: hue angle of 84.6º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #73AC21 is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 172 | 33 | - |
| CMYK | 0.33 | 0 | 0.81 | 0.33 |
| HSL | 84.6º | 0.68% | 0.4% | - |
| HSV(B) | 84.6º | 0.81% | 0.67% | - |
| XYZ | 22.1 | 33.26 | 6.69 | - |
| YUV | 139.11 | 68.12 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 172 | 33 | 0.33 | 0 | 0.81 | 0.33 | 84.6 | 0.68 | 0.4 |
| Hex | 73 | AC | 21 | 21 | 0 | 51 | 21 | 55 | 44 | 28 |
| Octal | 163 | 254 | 41 | 41 | 0 | 121 | 41 | 125 | 104 | 50 |
| Binary | 1110011 | 10101100 | 100001 | 100001 | 0 | 1010001 | 100001 | 1010101 | 1000100 | 101000 |
Color Harmonies of #73AC21
Complementary color
Monochromatic Colors of #73AC21
Black with #73AC21
Text Example
Text Example
White with #73AC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AC21; }
p { color: rgb(115,172,33); }
H1.HeaderClassName
{
color: #73AC21;
}
.AnyTagClassName
{
color: #73AC21;
}
</style>
background-color css
<style>
a { background-color: #73AC21; }
a { background-color: rgb(115,172,33); }
div.DivClassName
{
background-color: #73AC21;
}
.BgClassName
{
background-color: #73AC21;
}
</style>
border-color css
<style>
span { border-color: #73AC21; }
span { border-color: rgb(115,172,33); }
td.TdClassName
{
border-color: #73AC21;
}
.TagClassName
{
border-color: #73AC21;
}
</style>