Shades of Christi #5EAE19
Tints of Christi #5EAE19
RGB
CMYK
RGB Variations
Color information
#5EAE19 (or 0x5EAE19) is known color: Christi. HEX triplet: 5E, AE and 19. RGB value is (94,174,25). Sum of RGB (Red+Green+Blue) = 94+174+25=293 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.08% from 293); Green value is 174 (68.36% from 255 or 59.39% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAE19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EAE19 is #A151E6. Grayscale: #858585. Windows color (decimal): -10572263 or 1683038. OLE color: 1683038.
HSL color Cylindrical-coordinate representation of color #5EAE19: hue angle of 92.21º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5EAE19 is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 174 | 25 | - |
| CMYK | 0.46 | 0 | 0.86 | 0.32 |
| HSL | 92.21º | 0.75% | 0.39% | - |
| HSV(B) | 92.21º | 0.86% | 0.68% | - |
| XYZ | 19.93 | 32.72 | 6.19 | - |
| YUV | 133.09 | 67 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 25 | 0.46 | 0 | 0.86 | 0.32 | 92.21 | 0.75 | 0.39 |
| Hex | 5E | AE | 19 | 2E | 0 | 56 | 20 | 5C | 4B | 27 |
| Octal | 136 | 256 | 31 | 56 | 0 | 126 | 40 | 134 | 113 | 47 |
| Binary | 1011110 | 10101110 | 11001 | 101110 | 0 | 1010110 | 100000 | 1011100 | 1001011 | 100111 |
Color Harmonies of #5EAE19
Complementary color
Monochromatic Colors of #5EAE19
Black with #5EAE19
Text Example
Text Example
White with #5EAE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAE19; }
p { color: rgb(94,174,25); }
H1.HeaderClassName
{
color: #5EAE19;
}
.AnyTagClassName
{
color: #5EAE19;
}
</style>
background-color css
<style>
a { background-color: #5EAE19; }
a { background-color: rgb(94,174,25); }
div.DivClassName
{
background-color: #5EAE19;
}
.BgClassName
{
background-color: #5EAE19;
}
</style>
border-color css
<style>
span { border-color: #5EAE19; }
span { border-color: rgb(94,174,25); }
td.TdClassName
{
border-color: #5EAE19;
}
.TagClassName
{
border-color: #5EAE19;
}
</style>