Shades of Christi #5EAC15
Tints of Christi #5EAC15
RGB
CMYK
RGB Variations
Color information
#5EAC15 (or 0x5EAC15) is known color: Christi. HEX triplet: 5E, AC and 15. RGB value is (94,172,21). Sum of RGB (Red+Green+Blue) = 94+172+21=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 172 (67.58% from 255 or 59.93% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EAC15 is #A153EA. Grayscale: #838383. Windows color (decimal): -10572779 or 1420382. OLE color: 1420382.
HSL color Cylindrical-coordinate representation of color #5EAC15: hue angle of 90.99º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5EAC15 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 172 | 21 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.33 |
| HSL | 90.99º | 0.78% | 0.38% | - |
| HSV(B) | 90.99º | 0.88% | 0.67% | - |
| XYZ | 19.5 | 31.94 | 5.85 | - |
| YUV | 131.46 | 65.66 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 21 | 0.45 | 0 | 0.88 | 0.33 | 90.99 | 0.78 | 0.38 |
| Hex | 5E | AC | 15 | 2D | 0 | 58 | 21 | 5B | 4E | 26 |
| Octal | 136 | 254 | 25 | 55 | 0 | 130 | 41 | 133 | 116 | 46 |
| Binary | 1011110 | 10101100 | 10101 | 101101 | 0 | 1011000 | 100001 | 1011011 | 1001110 | 100110 |
Color Harmonies of #5EAC15
Complementary color
Monochromatic Colors of #5EAC15
Black with #5EAC15
Text Example
Text Example
White with #5EAC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAC15; }
p { color: rgb(94,172,21); }
H1.HeaderClassName
{
color: #5EAC15;
}
.AnyTagClassName
{
color: #5EAC15;
}
</style>
background-color css
<style>
a { background-color: #5EAC15; }
a { background-color: rgb(94,172,21); }
div.DivClassName
{
background-color: #5EAC15;
}
.BgClassName
{
background-color: #5EAC15;
}
</style>
border-color css
<style>
span { border-color: #5EAC15; }
span { border-color: rgb(94,172,21); }
td.TdClassName
{
border-color: #5EAC15;
}
.TagClassName
{
border-color: #5EAC15;
}
</style>