Shades of Christi #5EA716
Tints of Christi #5EA716
RGB
CMYK
RGB Variations
Color information
#5EA716 (or 0x5EA716) is known color: Christi. HEX triplet: 5E, A7 and 16. RGB value is (94,167,22). Sum of RGB (Red+Green+Blue) = 94+167+22=283 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.22% from 283); Green value is 167 (65.62% from 255 or 59.01% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 167 - color contains mainly: green. Hex color #5EA716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EA716 is #A158E9. Grayscale: #818181. Windows color (decimal): -10574058 or 1484638. OLE color: 1484638.
HSL color Cylindrical-coordinate representation of color #5EA716: hue angle of 90.21º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5EA716 is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 94 | 167 | 22 | - |
| CMYK | 0.44 | 0 | 0.87 | 0.35 |
| HSL | 90.21º | 0.77% | 0.37% | - |
| HSV(B) | 90.21º | 0.87% | 0.65% | - |
| XYZ | 18.58 | 30.08 | 5.58 | - |
| YUV | 128.64 | 67.82 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 167 | 22 | 0.44 | 0 | 0.87 | 0.35 | 90.21 | 0.77 | 0.37 |
| Hex | 5E | A7 | 16 | 2C | 0 | 57 | 23 | 5A | 4D | 25 |
| Octal | 136 | 247 | 26 | 54 | 0 | 127 | 43 | 132 | 115 | 45 |
| Binary | 1011110 | 10100111 | 10110 | 101100 | 0 | 1010111 | 100011 | 1011010 | 1001101 | 100101 |
Color Harmonies of #5EA716
Complementary color
Monochromatic Colors of #5EA716
Black with #5EA716
Text Example
Text Example
White with #5EA716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA716; }
p { color: rgb(94,167,22); }
H1.HeaderClassName
{
color: #5EA716;
}
.AnyTagClassName
{
color: #5EA716;
}
</style>
background-color css
<style>
a { background-color: #5EA716; }
a { background-color: rgb(94,167,22); }
div.DivClassName
{
background-color: #5EA716;
}
.BgClassName
{
background-color: #5EA716;
}
</style>
border-color css
<style>
span { border-color: #5EA716; }
span { border-color: rgb(94,167,22); }
td.TdClassName
{
border-color: #5EA716;
}
.TagClassName
{
border-color: #5EA716;
}
</style>