Shades of Christi #73BA15
Tints of Christi #73BA15
RGB
CMYK
RGB Variations
Color information
#73BA15 (or 0x73BA15) is known color: Christi. HEX triplet: 73, BA and 15. RGB value is (115,186,21). Sum of RGB (Red+Green+Blue) = 115+186+21=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73BA15 is #8C45EA. Grayscale: #929292. Windows color (decimal): -9192939 or 1423987. OLE color: 1423987.
HSL color Cylindrical-coordinate representation of color #73BA15: hue angle of 85.82º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73BA15 is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 186 | 21 | - |
| CMYK | 0.38 | 0 | 0.89 | 0.27 |
| HSL | 85.82º | 0.8% | 0.41% | - |
| HSV(B) | 85.82º | 0.89% | 0.73% | - |
| XYZ | 24.76 | 38.82 | 6.9 | - |
| YUV | 145.96 | 57.48 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 186 | 21 | 0.38 | 0 | 0.89 | 0.27 | 85.82 | 0.8 | 0.41 |
| Hex | 73 | BA | 15 | 26 | 0 | 59 | 1B | 56 | 50 | 29 |
| Octal | 163 | 272 | 25 | 46 | 0 | 131 | 33 | 126 | 120 | 51 |
| Binary | 1110011 | 10111010 | 10101 | 100110 | 0 | 1011001 | 11011 | 1010110 | 1010000 | 101001 |
Color Harmonies of #73BA15
Complementary color
Monochromatic Colors of #73BA15
Black with #73BA15
Text Example
Text Example
White with #73BA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BA15; }
p { color: rgb(115,186,21); }
H1.HeaderClassName
{
color: #73BA15;
}
.AnyTagClassName
{
color: #73BA15;
}
</style>
background-color css
<style>
a { background-color: #73BA15; }
a { background-color: rgb(115,186,21); }
div.DivClassName
{
background-color: #73BA15;
}
.BgClassName
{
background-color: #73BA15;
}
</style>
border-color css
<style>
span { border-color: #73BA15; }
span { border-color: rgb(115,186,21); }
td.TdClassName
{
border-color: #73BA15;
}
.TagClassName
{
border-color: #73BA15;
}
</style>