Shades of Christi #5EAB00
Tints of Christi #5EAB00
RGB
CMYK
RGB Variations
Color information
#5EAB00 (or 0x5EAB00) is known color: Christi. HEX triplet: 5E, AB and 00. RGB value is (94,171,0). Sum of RGB (Red+Green+Blue) = 94+171+0=265 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.47% from 265); Green value is 171 (67.19% from 255 or 64.53% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EAB00 is #A154FF. Grayscale: #818181. Windows color (decimal): -10573056 or 43870. OLE color: 43870.
HSL color Cylindrical-coordinate representation of color #5EAB00: hue angle of 87.02º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5EAB00 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 171 | 0 | - |
| CMYK | 0.45 | 0 | 1 | 0.33 |
| HSL | 87.02º | 1% | 0.34% | - |
| HSV(B) | 87.02º | 1% | 0.67% | - |
| XYZ | 19.18 | 31.51 | 5.07 | - |
| YUV | 128.48 | 55.49 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 0 | 0.45 | 0 | 1 | 0.33 | 87.02 | 1 | 0.34 |
| Hex | 5E | AB | 0 | 2D | 0 | 64 | 21 | 57 | 64 | 22 |
| Octal | 136 | 253 | 0 | 55 | 0 | 144 | 41 | 127 | 144 | 42 |
| Binary | 1011110 | 10101011 | 0 | 101101 | 0 | 1100100 | 100001 | 1010111 | 1100100 | 100010 |
Color Harmonies of #5EAB00
Complementary color
Monochromatic Colors of #5EAB00
Black with #5EAB00
Text Example
Text Example
White with #5EAB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAB00; }
p { color: rgb(94,171,0); }
H1.HeaderClassName
{
color: #5EAB00;
}
.AnyTagClassName
{
color: #5EAB00;
}
</style>
background-color css
<style>
a { background-color: #5EAB00; }
a { background-color: rgb(94,171,0); }
div.DivClassName
{
background-color: #5EAB00;
}
.BgClassName
{
background-color: #5EAB00;
}
</style>
border-color css
<style>
span { border-color: #5EAB00; }
span { border-color: rgb(94,171,0); }
td.TdClassName
{
border-color: #5EAB00;
}
.TagClassName
{
border-color: #5EAB00;
}
</style>