Shades of Christi #5EAE14
Tints of Christi #5EAE14
RGB
CMYK
RGB Variations
Color information
#5EAE14 (or 0x5EAE14) is known color: Christi. HEX triplet: 5E, AE and 14. RGB value is (94,174,20). Sum of RGB (Red+Green+Blue) = 94+174+20=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 174 (68.36% from 255 or 60.42% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAE14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EAE14 is #A151EB. Grayscale: #858585. Windows color (decimal): -10572268 or 1355358. OLE color: 1355358.
HSL color Cylindrical-coordinate representation of color #5EAE14: hue angle of 91.17º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5EAE14 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 174 | 20 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.32 |
| HSL | 91.17º | 0.79% | 0.38% | - |
| HSV(B) | 91.17º | 0.89% | 0.68% | - |
| XYZ | 19.88 | 32.7 | 5.93 | - |
| YUV | 132.52 | 64.5 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 20 | 0.46 | 0 | 0.89 | 0.32 | 91.17 | 0.79 | 0.38 |
| Hex | 5E | AE | 14 | 2E | 0 | 59 | 20 | 5B | 4F | 26 |
| Octal | 136 | 256 | 24 | 56 | 0 | 131 | 40 | 133 | 117 | 46 |
| Binary | 1011110 | 10101110 | 10100 | 101110 | 0 | 1011001 | 100000 | 1011011 | 1001111 | 100110 |
Color Harmonies of #5EAE14
Complementary color
Monochromatic Colors of #5EAE14
Black with #5EAE14
Text Example
Text Example
White with #5EAE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAE14; }
p { color: rgb(94,174,20); }
H1.HeaderClassName
{
color: #5EAE14;
}
.AnyTagClassName
{
color: #5EAE14;
}
</style>
background-color css
<style>
a { background-color: #5EAE14; }
a { background-color: rgb(94,174,20); }
div.DivClassName
{
background-color: #5EAE14;
}
.BgClassName
{
background-color: #5EAE14;
}
</style>
border-color css
<style>
span { border-color: #5EAE14; }
span { border-color: rgb(94,174,20); }
td.TdClassName
{
border-color: #5EAE14;
}
.TagClassName
{
border-color: #5EAE14;
}
</style>