Shades of Christi #5EAE0E
Tints of Christi #5EAE0E
RGB
CMYK
RGB Variations
Color information
#5EAE0E (or 0x5EAE0E) is known color: Christi. HEX triplet: 5E, AE and 0E. RGB value is (94,174,14). Sum of RGB (Red+Green+Blue) = 94+174+14=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 174 (68.36% from 255 or 61.70% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAE0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EAE0E is #A151F1. Grayscale: #848484. Windows color (decimal): -10572274 or 962142. OLE color: 962142.
HSL color Cylindrical-coordinate representation of color #5EAE0E: hue angle of 90º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5EAE0E is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 174 | 14 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.32 |
| HSL | 90º | 0.85% | 0.37% | - |
| HSV(B) | 90º | 0.92% | 0.68% | - |
| XYZ | 19.83 | 32.68 | 5.68 | - |
| YUV | 131.84 | 61.5 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 14 | 0.46 | 0 | 0.92 | 0.32 | 90 | 0.85 | 0.37 |
| Hex | 5E | AE | E | 2E | 0 | 5C | 20 | 5A | 55 | 25 |
| Octal | 136 | 256 | 16 | 56 | 0 | 134 | 40 | 132 | 125 | 45 |
| Binary | 1011110 | 10101110 | 1110 | 101110 | 0 | 1011100 | 100000 | 1011010 | 1010101 | 100101 |
Color Harmonies of #5EAE0E
Complementary color
Monochromatic Colors of #5EAE0E
Black with #5EAE0E
Text Example
Text Example
White with #5EAE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAE0E; }
p { color: rgb(94,174,14); }
H1.HeaderClassName
{
color: #5EAE0E;
}
.AnyTagClassName
{
color: #5EAE0E;
}
</style>
background-color css
<style>
a { background-color: #5EAE0E; }
a { background-color: rgb(94,174,14); }
div.DivClassName
{
background-color: #5EAE0E;
}
.BgClassName
{
background-color: #5EAE0E;
}
</style>
border-color css
<style>
span { border-color: #5EAE0E; }
span { border-color: rgb(94,174,14); }
td.TdClassName
{
border-color: #5EAE0E;
}
.TagClassName
{
border-color: #5EAE0E;
}
</style>