Shades of Christi #5EAB0E
Tints of Christi #5EAB0E
RGB
CMYK
RGB Variations
Color information
#5EAB0E (or 0x5EAB0E) is known color: Christi. HEX triplet: 5E, AB and 0E. RGB value is (94,171,14). Sum of RGB (Red+Green+Blue) = 94+171+14=279 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.69% from 279); Green value is 171 (67.19% from 255 or 61.29% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EAB0E is #A154F1. Grayscale: #828282. Windows color (decimal): -10573042 or 961374. OLE color: 961374.
HSL color Cylindrical-coordinate representation of color #5EAB0E: hue angle of 89.43º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5EAB0E is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 171 | 14 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.33 |
| HSL | 89.43º | 0.85% | 0.36% | - |
| HSV(B) | 89.43º | 0.92% | 0.67% | - |
| XYZ | 19.26 | 31.54 | 5.49 | - |
| YUV | 130.08 | 62.49 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 14 | 0.45 | 0 | 0.92 | 0.33 | 89.43 | 0.85 | 0.36 |
| Hex | 5E | AB | E | 2D | 0 | 5C | 21 | 59 | 55 | 24 |
| Octal | 136 | 253 | 16 | 55 | 0 | 134 | 41 | 131 | 125 | 44 |
| Binary | 1011110 | 10101011 | 1110 | 101101 | 0 | 1011100 | 100001 | 1011001 | 1010101 | 100100 |
Color Harmonies of #5EAB0E
Complementary color
Monochromatic Colors of #5EAB0E
Black with #5EAB0E
Text Example
Text Example
White with #5EAB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAB0E; }
p { color: rgb(94,171,14); }
H1.HeaderClassName
{
color: #5EAB0E;
}
.AnyTagClassName
{
color: #5EAB0E;
}
</style>
background-color css
<style>
a { background-color: #5EAB0E; }
a { background-color: rgb(94,171,14); }
div.DivClassName
{
background-color: #5EAB0E;
}
.BgClassName
{
background-color: #5EAB0E;
}
</style>
border-color css
<style>
span { border-color: #5EAB0E; }
span { border-color: rgb(94,171,14); }
td.TdClassName
{
border-color: #5EAB0E;
}
.TagClassName
{
border-color: #5EAB0E;
}
</style>