Shades of Christi #5EAD0E
Tints of Christi #5EAD0E
RGB
CMYK
RGB Variations
Color information
#5EAD0E (or 0x5EAD0E) is known color: Christi. HEX triplet: 5E, AD and 0E. RGB value is (94,173,14). Sum of RGB (Red+Green+Blue) = 94+173+14=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 173 (67.97% from 255 or 61.57% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 173 - color contains mainly: green. Hex color #5EAD0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EAD0E is #A152F1. Grayscale: #838383. Windows color (decimal): -10572530 or 961886. OLE color: 961886.
HSL color Cylindrical-coordinate representation of color #5EAD0E: hue angle of 89.81º 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 #5EAD0E is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 173 | 14 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.32 |
| HSL | 89.81º | 0.85% | 0.37% | - |
| HSV(B) | 89.81º | 0.92% | 0.68% | - |
| XYZ | 19.64 | 32.3 | 5.61 | - |
| YUV | 131.25 | 61.83 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 173 | 14 | 0.46 | 0 | 0.92 | 0.32 | 89.81 | 0.85 | 0.37 |
| Hex | 5E | AD | E | 2E | 0 | 5C | 20 | 5A | 55 | 25 |
| Octal | 136 | 255 | 16 | 56 | 0 | 134 | 40 | 132 | 125 | 45 |
| Binary | 1011110 | 10101101 | 1110 | 101110 | 0 | 1011100 | 100000 | 1011010 | 1010101 | 100101 |
Color Harmonies of #5EAD0E
Complementary color
Monochromatic Colors of #5EAD0E
Black with #5EAD0E
Text Example
Text Example
White with #5EAD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAD0E; }
p { color: rgb(94,173,14); }
H1.HeaderClassName
{
color: #5EAD0E;
}
.AnyTagClassName
{
color: #5EAD0E;
}
</style>
background-color css
<style>
a { background-color: #5EAD0E; }
a { background-color: rgb(94,173,14); }
div.DivClassName
{
background-color: #5EAD0E;
}
.BgClassName
{
background-color: #5EAD0E;
}
</style>
border-color css
<style>
span { border-color: #5EAD0E; }
span { border-color: rgb(94,173,14); }
td.TdClassName
{
border-color: #5EAD0E;
}
.TagClassName
{
border-color: #5EAD0E;
}
</style>