Shades of Christi #5EAA11
Tints of Christi #5EAA11
RGB
CMYK
RGB Variations
Color information
#5EAA11 (or 0x5EAA11) is known color: Christi. HEX triplet: 5E, AA and 11. RGB value is (94,170,17). Sum of RGB (Red+Green+Blue) = 94+170+17=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 170 (66.80% from 255 or 60.50% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EAA11 is #A155EE. Grayscale: #828282. Windows color (decimal): -10573295 or 1157726. OLE color: 1157726.
HSL color Cylindrical-coordinate representation of color #5EAA11: hue angle of 89.8º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5EAA11 is Cyan = 0.45, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 17 | - |
| CMYK | 0.45 | 0 | 0.9 | 0.33 |
| HSL | 89.8º | 0.82% | 0.37% | - |
| HSV(B) | 89.8º | 0.9% | 0.67% | - |
| XYZ | 19.09 | 31.17 | 5.54 | - |
| YUV | 129.83 | 64.32 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 17 | 0.45 | 0 | 0.9 | 0.33 | 89.8 | 0.82 | 0.37 |
| Hex | 5E | AA | 11 | 2D | 0 | 5A | 21 | 5A | 52 | 25 |
| Octal | 136 | 252 | 21 | 55 | 0 | 132 | 41 | 132 | 122 | 45 |
| Binary | 1011110 | 10101010 | 10001 | 101101 | 0 | 1011010 | 100001 | 1011010 | 1010010 | 100101 |
Color Harmonies of #5EAA11
Complementary color
Monochromatic Colors of #5EAA11
Black with #5EAA11
Text Example
Text Example
White with #5EAA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA11; }
p { color: rgb(94,170,17); }
H1.HeaderClassName
{
color: #5EAA11;
}
.AnyTagClassName
{
color: #5EAA11;
}
</style>
background-color css
<style>
a { background-color: #5EAA11; }
a { background-color: rgb(94,170,17); }
div.DivClassName
{
background-color: #5EAA11;
}
.BgClassName
{
background-color: #5EAA11;
}
</style>
border-color css
<style>
span { border-color: #5EAA11; }
span { border-color: rgb(94,170,17); }
td.TdClassName
{
border-color: #5EAA11;
}
.TagClassName
{
border-color: #5EAA11;
}
</style>