Shades of Christi #73BD15
Tints of Christi #73BD15
RGB
CMYK
RGB Variations
Color information
#73BD15 (or 0x73BD15) is known color: Christi. HEX triplet: 73, BD and 15. RGB value is (115,189,21). Sum of RGB (Red+Green+Blue) = 115+189+21=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 189 (74.22% from 255 or 58.15% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73BD15 is #8C42EA. Grayscale: #949494. Windows color (decimal): -9192171 or 1424755. OLE color: 1424755.
HSL color Cylindrical-coordinate representation of color #73BD15: hue angle of 86.43º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73BD15 is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 189 | 21 | - |
| CMYK | 0.39 | 0 | 0.89 | 0.26 |
| HSL | 86.43º | 0.8% | 0.41% | - |
| HSV(B) | 86.43º | 0.89% | 0.74% | - |
| XYZ | 25.4 | 40.09 | 7.11 | - |
| YUV | 147.72 | 56.48 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 21 | 0.39 | 0 | 0.89 | 0.26 | 86.43 | 0.8 | 0.41 |
| Hex | 73 | BD | 15 | 27 | 0 | 59 | 1A | 56 | 50 | 29 |
| Octal | 163 | 275 | 25 | 47 | 0 | 131 | 32 | 126 | 120 | 51 |
| Binary | 1110011 | 10111101 | 10101 | 100111 | 0 | 1011001 | 11010 | 1010110 | 1010000 | 101001 |
Color Harmonies of #73BD15
Complementary color
Monochromatic Colors of #73BD15
Black with #73BD15
Text Example
Text Example
White with #73BD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BD15; }
p { color: rgb(115,189,21); }
H1.HeaderClassName
{
color: #73BD15;
}
.AnyTagClassName
{
color: #73BD15;
}
</style>
background-color css
<style>
a { background-color: #73BD15; }
a { background-color: rgb(115,189,21); }
div.DivClassName
{
background-color: #73BD15;
}
.BgClassName
{
background-color: #73BD15;
}
</style>
border-color css
<style>
span { border-color: #73BD15; }
span { border-color: rgb(115,189,21); }
td.TdClassName
{
border-color: #73BD15;
}
.TagClassName
{
border-color: #73BD15;
}
</style>