Shades of Christi #5EAF21
Tints of Christi #5EAF21
RGB
CMYK
RGB Variations
Color information
#5EAF21 (or 0x5EAF21) is known color: Christi. HEX triplet: 5E, AF and 21. RGB value is (94,175,33). Sum of RGB (Red+Green+Blue) = 94+175+33=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 175 (68.75% from 255 or 57.95% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAF21 is #A150DE. Grayscale: #878787. Windows color (decimal): -10571999 or 2207582. OLE color: 2207582.
HSL color Cylindrical-coordinate representation of color #5EAF21: hue angle of 94.23º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5EAF21 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 175 | 33 | - |
| CMYK | 0.46 | 0 | 0.81 | 0.31 |
| HSL | 94.23º | 0.68% | 0.41% | - |
| HSV(B) | 94.23º | 0.81% | 0.69% | - |
| XYZ | 20.22 | 33.15 | 6.77 | - |
| YUV | 134.59 | 70.66 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 33 | 0.46 | 0 | 0.81 | 0.31 | 94.23 | 0.68 | 0.41 |
| Hex | 5E | AF | 21 | 2E | 0 | 51 | 1F | 5E | 44 | 29 |
| Octal | 136 | 257 | 41 | 56 | 0 | 121 | 37 | 136 | 104 | 51 |
| Binary | 1011110 | 10101111 | 100001 | 101110 | 0 | 1010001 | 11111 | 1011110 | 1000100 | 101001 |
Color Harmonies of #5EAF21
Complementary color
Monochromatic Colors of #5EAF21
Black with #5EAF21
Text Example
Text Example
White with #5EAF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAF21; }
p { color: rgb(94,175,33); }
H1.HeaderClassName
{
color: #5EAF21;
}
.AnyTagClassName
{
color: #5EAF21;
}
</style>
background-color css
<style>
a { background-color: #5EAF21; }
a { background-color: rgb(94,175,33); }
div.DivClassName
{
background-color: #5EAF21;
}
.BgClassName
{
background-color: #5EAF21;
}
</style>
border-color css
<style>
span { border-color: #5EAF21; }
span { border-color: rgb(94,175,33); }
td.TdClassName
{
border-color: #5EAF21;
}
.TagClassName
{
border-color: #5EAF21;
}
</style>