Shades of Christi #5EA203
Tints of Christi #5EA203
RGB
CMYK
RGB Variations
Color information
#5EA203 (or 0x5EA203) is known color: Christi. HEX triplet: 5E, A2 and 03. RGB value is (94,162,3). Sum of RGB (Red+Green+Blue) = 94+162+3=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 162 (63.67% from 255 or 62.55% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA203 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EA203 is #A15DFC. Grayscale: #7C7C7C. Windows color (decimal): -10575357 or 238174. OLE color: 238174.
HSL color Cylindrical-coordinate representation of color #5EA203: hue angle of 85.66º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5EA203 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 162 | 3 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.36 |
| HSL | 85.66º | 0.96% | 0.32% | - |
| HSV(B) | 85.66º | 0.98% | 0.64% | - |
| XYZ | 17.55 | 28.23 | 4.61 | - |
| YUV | 123.54 | 59.97 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 162 | 3 | 0.42 | 0 | 0.98 | 0.36 | 85.66 | 0.96 | 0.32 |
| Hex | 5E | A2 | 3 | 2A | 0 | 62 | 24 | 56 | 60 | 20 |
| Octal | 136 | 242 | 3 | 52 | 0 | 142 | 44 | 126 | 140 | 40 |
| Binary | 1011110 | 10100010 | 11 | 101010 | 0 | 1100010 | 100100 | 1010110 | 1100000 | 100000 |
Color Harmonies of #5EA203
Complementary color
Monochromatic Colors of #5EA203
Black with #5EA203
Text Example
Text Example
White with #5EA203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA203; }
p { color: rgb(94,162,3); }
H1.HeaderClassName
{
color: #5EA203;
}
.AnyTagClassName
{
color: #5EA203;
}
</style>
background-color css
<style>
a { background-color: #5EA203; }
a { background-color: rgb(94,162,3); }
div.DivClassName
{
background-color: #5EA203;
}
.BgClassName
{
background-color: #5EA203;
}
</style>
border-color css
<style>
span { border-color: #5EA203; }
span { border-color: rgb(94,162,3); }
td.TdClassName
{
border-color: #5EA203;
}
.TagClassName
{
border-color: #5EA203;
}
</style>