Shades of Christi #73BD17
Tints of Christi #73BD17
RGB
CMYK
RGB Variations
Color information
#73BD17 (or 0x73BD17) is known color: Christi. HEX triplet: 73, BD and 17. RGB value is (115,189,23). Sum of RGB (Red+Green+Blue) = 115+189+23=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 189 (74.22% from 255 or 57.80% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73BD17 is #8C42E8. Grayscale: #949494. Windows color (decimal): -9192169 or 1555827. OLE color: 1555827.
HSL color Cylindrical-coordinate representation of color #73BD17: hue angle of 86.75º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73BD17 is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 189 | 23 | - |
| CMYK | 0.39 | 0 | 0.88 | 0.26 |
| HSL | 86.75º | 0.78% | 0.42% | - |
| HSV(B) | 86.75º | 0.88% | 0.74% | - |
| XYZ | 25.42 | 40.1 | 7.21 | - |
| YUV | 147.95 | 57.48 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 23 | 0.39 | 0 | 0.88 | 0.26 | 86.75 | 0.78 | 0.42 |
| Hex | 73 | BD | 17 | 27 | 0 | 58 | 1A | 57 | 4E | 2A |
| Octal | 163 | 275 | 27 | 47 | 0 | 130 | 32 | 127 | 116 | 52 |
| Binary | 1110011 | 10111101 | 10111 | 100111 | 0 | 1011000 | 11010 | 1010111 | 1001110 | 101010 |
Color Harmonies of #73BD17
Complementary color
Monochromatic Colors of #73BD17
Black with #73BD17
Text Example
Text Example
White with #73BD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BD17; }
p { color: rgb(115,189,23); }
H1.HeaderClassName
{
color: #73BD17;
}
.AnyTagClassName
{
color: #73BD17;
}
</style>
background-color css
<style>
a { background-color: #73BD17; }
a { background-color: rgb(115,189,23); }
div.DivClassName
{
background-color: #73BD17;
}
.BgClassName
{
background-color: #73BD17;
}
</style>
border-color css
<style>
span { border-color: #73BD17; }
span { border-color: rgb(115,189,23); }
td.TdClassName
{
border-color: #73BD17;
}
.TagClassName
{
border-color: #73BD17;
}
</style>