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