Shades of Christi #5EA206
Tints of Christi #5EA206
RGB
CMYK
RGB Variations
Color information
#5EA206 (or 0x5EA206) is known color: Christi. HEX triplet: 5E, A2 and 06. RGB value is (94,162,6). Sum of RGB (Red+Green+Blue) = 94+162+6=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 162 (63.67% from 255 or 61.83% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA206 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EA206 is #A15DF9. Grayscale: #7C7C7C. Windows color (decimal): -10575354 or 434782. OLE color: 434782.
HSL color Cylindrical-coordinate representation of color #5EA206: hue angle of 86.15º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5EA206 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 162 | 6 | - |
| CMYK | 0.42 | 0 | 0.96 | 0.36 |
| HSL | 86.15º | 0.93% | 0.33% | - |
| HSV(B) | 86.15º | 0.96% | 0.64% | - |
| XYZ | 17.57 | 28.23 | 4.7 | - |
| YUV | 123.88 | 61.47 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 162 | 6 | 0.42 | 0 | 0.96 | 0.36 | 86.15 | 0.93 | 0.33 |
| Hex | 5E | A2 | 6 | 2A | 0 | 60 | 24 | 56 | 5D | 21 |
| Octal | 136 | 242 | 6 | 52 | 0 | 140 | 44 | 126 | 135 | 41 |
| Binary | 1011110 | 10100010 | 110 | 101010 | 0 | 1100000 | 100100 | 1010110 | 1011101 | 100001 |
Color Harmonies of #5EA206
Complementary color
Monochromatic Colors of #5EA206
Black with #5EA206
Text Example
Text Example
White with #5EA206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA206; }
p { color: rgb(94,162,6); }
H1.HeaderClassName
{
color: #5EA206;
}
.AnyTagClassName
{
color: #5EA206;
}
</style>
background-color css
<style>
a { background-color: #5EA206; }
a { background-color: rgb(94,162,6); }
div.DivClassName
{
background-color: #5EA206;
}
.BgClassName
{
background-color: #5EA206;
}
</style>
border-color css
<style>
span { border-color: #5EA206; }
span { border-color: rgb(94,162,6); }
td.TdClassName
{
border-color: #5EA206;
}
.TagClassName
{
border-color: #5EA206;
}
</style>