Shades of Christi #5EAA13
Tints of Christi #5EAA13
RGB
CMYK
RGB Variations
Color information
#5EAA13 (or 0x5EAA13) is known color: Christi. HEX triplet: 5E, AA and 13. RGB value is (94,170,19). Sum of RGB (Red+Green+Blue) = 94+170+19=283 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.22% from 283); Green value is 170 (66.80% from 255 or 60.07% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EAA13 is #A155EC. Grayscale: #828282. Windows color (decimal): -10573293 or 1288798. OLE color: 1288798.
HSL color Cylindrical-coordinate representation of color #5EAA13: hue angle of 90.2º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5EAA13 is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 19 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.33 |
| HSL | 90.2º | 0.8% | 0.37% | - |
| HSV(B) | 90.2º | 0.89% | 0.67% | - |
| XYZ | 19.11 | 31.18 | 5.63 | - |
| YUV | 130.06 | 65.32 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 19 | 0.45 | 0 | 0.89 | 0.33 | 90.2 | 0.8 | 0.37 |
| Hex | 5E | AA | 13 | 2D | 0 | 59 | 21 | 5A | 50 | 25 |
| Octal | 136 | 252 | 23 | 55 | 0 | 131 | 41 | 132 | 120 | 45 |
| Binary | 1011110 | 10101010 | 10011 | 101101 | 0 | 1011001 | 100001 | 1011010 | 1010000 | 100101 |
Color Harmonies of #5EAA13
Complementary color
Monochromatic Colors of #5EAA13
Black with #5EAA13
Text Example
Text Example
White with #5EAA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA13; }
p { color: rgb(94,170,19); }
H1.HeaderClassName
{
color: #5EAA13;
}
.AnyTagClassName
{
color: #5EAA13;
}
</style>
background-color css
<style>
a { background-color: #5EAA13; }
a { background-color: rgb(94,170,19); }
div.DivClassName
{
background-color: #5EAA13;
}
.BgClassName
{
background-color: #5EAA13;
}
</style>
border-color css
<style>
span { border-color: #5EAA13; }
span { border-color: rgb(94,170,19); }
td.TdClassName
{
border-color: #5EAA13;
}
.TagClassName
{
border-color: #5EAA13;
}
</style>