Shades of Christi #5EAB0C
Tints of Christi #5EAB0C
RGB
CMYK
RGB Variations
Color information
#5EAB0C (or 0x5EAB0C) is known color: Christi. HEX triplet: 5E, AB and 0C. RGB value is (94,171,12). Sum of RGB (Red+Green+Blue) = 94+171+12=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 171 (67.19% from 255 or 61.73% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EAB0C is #A154F3. Grayscale: #828282. Windows color (decimal): -10573044 or 830302. OLE color: 830302.
HSL color Cylindrical-coordinate representation of color #5EAB0C: hue angle of 89.06º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5EAB0C is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 171 | 12 | - |
| CMYK | 0.45 | 0 | 0.93 | 0.33 |
| HSL | 89.06º | 0.87% | 0.36% | - |
| HSV(B) | 89.06º | 0.93% | 0.67% | - |
| XYZ | 19.25 | 31.53 | 5.42 | - |
| YUV | 129.85 | 61.49 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 12 | 0.45 | 0 | 0.93 | 0.33 | 89.06 | 0.87 | 0.36 |
| Hex | 5E | AB | C | 2D | 0 | 5D | 21 | 59 | 57 | 24 |
| Octal | 136 | 253 | 14 | 55 | 0 | 135 | 41 | 131 | 127 | 44 |
| Binary | 1011110 | 10101011 | 1100 | 101101 | 0 | 1011101 | 100001 | 1011001 | 1010111 | 100100 |
Color Harmonies of #5EAB0C
Complementary color
Monochromatic Colors of #5EAB0C
Black with #5EAB0C
Text Example
Text Example
White with #5EAB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAB0C; }
p { color: rgb(94,171,12); }
H1.HeaderClassName
{
color: #5EAB0C;
}
.AnyTagClassName
{
color: #5EAB0C;
}
</style>
background-color css
<style>
a { background-color: #5EAB0C; }
a { background-color: rgb(94,171,12); }
div.DivClassName
{
background-color: #5EAB0C;
}
.BgClassName
{
background-color: #5EAB0C;
}
</style>
border-color css
<style>
span { border-color: #5EAB0C; }
span { border-color: rgb(94,171,12); }
td.TdClassName
{
border-color: #5EAB0C;
}
.TagClassName
{
border-color: #5EAB0C;
}
</style>