Shades of Christi #5EA906
Tints of Christi #5EA906
RGB
CMYK
RGB Variations
Color information
#5EA906 (or 0x5EA906) is known color: Christi. HEX triplet: 5E, A9 and 06. RGB value is (94,169,6). Sum of RGB (Red+Green+Blue) = 94+169+6=269 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.94% from 269); Green value is 169 (66.41% from 255 or 62.83% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 169 - color contains mainly: green. Hex color #5EA906 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EA906 is #A156F9. Grayscale: #808080. Windows color (decimal): -10573562 or 436574. OLE color: 436574.
HSL color Cylindrical-coordinate representation of color #5EA906: hue angle of 87.61º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5EA906 is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 94 | 169 | 6 | - |
| CMYK | 0.44 | 0 | 0.96 | 0.34 |
| HSL | 87.61º | 0.93% | 0.34% | - |
| HSV(B) | 87.61º | 0.96% | 0.66% | - |
| XYZ | 18.84 | 30.77 | 5.12 | - |
| YUV | 127.99 | 59.15 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 169 | 6 | 0.44 | 0 | 0.96 | 0.34 | 87.61 | 0.93 | 0.34 |
| Hex | 5E | A9 | 6 | 2C | 0 | 60 | 22 | 58 | 5D | 22 |
| Octal | 136 | 251 | 6 | 54 | 0 | 140 | 42 | 130 | 135 | 42 |
| Binary | 1011110 | 10101001 | 110 | 101100 | 0 | 1100000 | 100010 | 1011000 | 1011101 | 100010 |
Color Harmonies of #5EA906
Complementary color
Monochromatic Colors of #5EA906
Black with #5EA906
Text Example
Text Example
White with #5EA906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA906; }
p { color: rgb(94,169,6); }
H1.HeaderClassName
{
color: #5EA906;
}
.AnyTagClassName
{
color: #5EA906;
}
</style>
background-color css
<style>
a { background-color: #5EA906; }
a { background-color: rgb(94,169,6); }
div.DivClassName
{
background-color: #5EA906;
}
.BgClassName
{
background-color: #5EA906;
}
</style>
border-color css
<style>
span { border-color: #5EA906; }
span { border-color: rgb(94,169,6); }
td.TdClassName
{
border-color: #5EA906;
}
.TagClassName
{
border-color: #5EA906;
}
</style>