Shades of Christi #73BC16
Tints of Christi #73BC16
RGB
CMYK
RGB Variations
Color information
#73BC16 (or 0x73BC16) is known color: Christi. HEX triplet: 73, BC and 16. RGB value is (115,188,22). Sum of RGB (Red+Green+Blue) = 115+188+22=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73BC16 is #8C43E9. Grayscale: #939393. Windows color (decimal): -9192426 or 1490035. OLE color: 1490035.
HSL color Cylindrical-coordinate representation of color #73BC16: hue angle of 86.39º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73BC16 is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 188 | 22 | - |
| CMYK | 0.39 | 0 | 0.88 | 0.26 |
| HSL | 86.39º | 0.79% | 0.41% | - |
| HSV(B) | 86.39º | 0.88% | 0.74% | - |
| XYZ | 25.2 | 39.67 | 7.09 | - |
| YUV | 147.25 | 57.32 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 22 | 0.39 | 0 | 0.88 | 0.26 | 86.39 | 0.79 | 0.41 |
| Hex | 73 | BC | 16 | 27 | 0 | 58 | 1A | 56 | 4F | 29 |
| Octal | 163 | 274 | 26 | 47 | 0 | 130 | 32 | 126 | 117 | 51 |
| Binary | 1110011 | 10111100 | 10110 | 100111 | 0 | 1011000 | 11010 | 1010110 | 1001111 | 101001 |
Color Harmonies of #73BC16
Complementary color
Monochromatic Colors of #73BC16
Black with #73BC16
Text Example
Text Example
White with #73BC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BC16; }
p { color: rgb(115,188,22); }
H1.HeaderClassName
{
color: #73BC16;
}
.AnyTagClassName
{
color: #73BC16;
}
</style>
background-color css
<style>
a { background-color: #73BC16; }
a { background-color: rgb(115,188,22); }
div.DivClassName
{
background-color: #73BC16;
}
.BgClassName
{
background-color: #73BC16;
}
</style>
border-color css
<style>
span { border-color: #73BC16; }
span { border-color: rgb(115,188,22); }
td.TdClassName
{
border-color: #73BC16;
}
.TagClassName
{
border-color: #73BC16;
}
</style>