Shades of Christi #5EAB17
Tints of Christi #5EAB17
RGB
CMYK
RGB Variations
Color information
#5EAB17 (or 0x5EAB17) is known color: Christi. HEX triplet: 5E, AB and 17. RGB value is (94,171,23). Sum of RGB (Red+Green+Blue) = 94+171+23=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 171 (67.19% from 255 or 59.38% from 288); Blue value is 23 (9.38% from 255 or 7.99% from 288); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EAB17 is #A154E8. Grayscale: #838383. Windows color (decimal): -10573033 or 1551198. OLE color: 1551198.
HSL color Cylindrical-coordinate representation of color #5EAB17: hue angle of 91.22º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5EAB17 is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 171 | 23 | - |
| CMYK | 0.45 | 0 | 0.87 | 0.33 |
| HSL | 91.22º | 0.76% | 0.38% | - |
| HSV(B) | 91.22º | 0.87% | 0.67% | - |
| XYZ | 19.33 | 31.57 | 5.88 | - |
| YUV | 131.11 | 66.99 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 23 | 0.45 | 0 | 0.87 | 0.33 | 91.22 | 0.76 | 0.38 |
| Hex | 5E | AB | 17 | 2D | 0 | 57 | 21 | 5B | 4C | 26 |
| Octal | 136 | 253 | 27 | 55 | 0 | 127 | 41 | 133 | 114 | 46 |
| Binary | 1011110 | 10101011 | 10111 | 101101 | 0 | 1010111 | 100001 | 1011011 | 1001100 | 100110 |
Color Harmonies of #5EAB17
Complementary color
Monochromatic Colors of #5EAB17
Black with #5EAB17
Text Example
Text Example
White with #5EAB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAB17; }
p { color: rgb(94,171,23); }
H1.HeaderClassName
{
color: #5EAB17;
}
.AnyTagClassName
{
color: #5EAB17;
}
</style>
background-color css
<style>
a { background-color: #5EAB17; }
a { background-color: rgb(94,171,23); }
div.DivClassName
{
background-color: #5EAB17;
}
.BgClassName
{
background-color: #5EAB17;
}
</style>
border-color css
<style>
span { border-color: #5EAB17; }
span { border-color: rgb(94,171,23); }
td.TdClassName
{
border-color: #5EAB17;
}
.TagClassName
{
border-color: #5EAB17;
}
</style>