Shades of Christi #5EAD00
Tints of Christi #5EAD00
RGB
CMYK
RGB Variations
Color information
#5EAD00 (or 0x5EAD00) is known color: Christi. HEX triplet: 5E, AD and 00. RGB value is (94,173,0). Sum of RGB (Red+Green+Blue) = 94+173+0=267 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.21% from 267); Green value is 173 (67.97% from 255 or 64.79% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 173 - color contains mainly: green. Hex color #5EAD00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EAD00 is #A152FF. Grayscale: #828282. Windows color (decimal): -10572544 or 44382. OLE color: 44382.
HSL color Cylindrical-coordinate representation of color #5EAD00: hue angle of 87.4º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5EAD00 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 173 | 0 | - |
| CMYK | 0.46 | 0 | 1 | 0.32 |
| HSL | 87.4º | 1% | 0.34% | - |
| HSV(B) | 87.4º | 1% | 0.68% | - |
| XYZ | 19.56 | 32.27 | 5.2 | - |
| YUV | 129.66 | 54.83 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 173 | 0 | 0.46 | 0 | 1 | 0.32 | 87.4 | 1 | 0.34 |
| Hex | 5E | AD | 0 | 2E | 0 | 64 | 20 | 57 | 64 | 22 |
| Octal | 136 | 255 | 0 | 56 | 0 | 144 | 40 | 127 | 144 | 42 |
| Binary | 1011110 | 10101101 | 0 | 101110 | 0 | 1100100 | 100000 | 1010111 | 1100100 | 100010 |
Color Harmonies of #5EAD00
Complementary color
Monochromatic Colors of #5EAD00
Black with #5EAD00
Text Example
Text Example
White with #5EAD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAD00; }
p { color: rgb(94,173,0); }
H1.HeaderClassName
{
color: #5EAD00;
}
.AnyTagClassName
{
color: #5EAD00;
}
</style>
background-color css
<style>
a { background-color: #5EAD00; }
a { background-color: rgb(94,173,0); }
div.DivClassName
{
background-color: #5EAD00;
}
.BgClassName
{
background-color: #5EAD00;
}
</style>
border-color css
<style>
span { border-color: #5EAD00; }
span { border-color: rgb(94,173,0); }
td.TdClassName
{
border-color: #5EAD00;
}
.TagClassName
{
border-color: #5EAD00;
}
</style>