Shades of Christi #5DAB0E
Tints of Christi #5DAB0E
RGB
CMYK
RGB Variations
Color information
#5DAB0E (or 0x5DAB0E) is known color: Christi. HEX triplet: 5D, AB and 0E. RGB value is (93,171,14). Sum of RGB (Red+Green+Blue) = 93+171+14=278 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.45% from 278); Green value is 171 (67.19% from 255 or 61.51% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 171 - color contains mainly: green. Hex color #5DAB0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DAB0E is #A254F1. Grayscale: #828282. Windows color (decimal): -10638578 or 961373. OLE color: 961373.
HSL color Cylindrical-coordinate representation of color #5DAB0E: hue angle of 89.81º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5DAB0E is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 171 | 14 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.33 |
| HSL | 89.81º | 0.85% | 0.36% | - |
| HSV(B) | 89.81º | 0.92% | 0.67% | - |
| XYZ | 19.16 | 31.48 | 5.48 | - |
| YUV | 129.78 | 62.66 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 171 | 14 | 0.46 | 0 | 0.92 | 0.33 | 89.81 | 0.85 | 0.36 |
| Hex | 5D | AB | E | 2E | 0 | 5C | 21 | 5A | 55 | 24 |
| Octal | 135 | 253 | 16 | 56 | 0 | 134 | 41 | 132 | 125 | 44 |
| Binary | 1011101 | 10101011 | 1110 | 101110 | 0 | 1011100 | 100001 | 1011010 | 1010101 | 100100 |
Color Harmonies of #5DAB0E
Complementary color
Monochromatic Colors of #5DAB0E
Black with #5DAB0E
Text Example
Text Example
White with #5DAB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAB0E; }
p { color: rgb(93,171,14); }
H1.HeaderClassName
{
color: #5DAB0E;
}
.AnyTagClassName
{
color: #5DAB0E;
}
</style>
background-color css
<style>
a { background-color: #5DAB0E; }
a { background-color: rgb(93,171,14); }
div.DivClassName
{
background-color: #5DAB0E;
}
.BgClassName
{
background-color: #5DAB0E;
}
</style>
border-color css
<style>
span { border-color: #5DAB0E; }
span { border-color: rgb(93,171,14); }
td.TdClassName
{
border-color: #5DAB0E;
}
.TagClassName
{
border-color: #5DAB0E;
}
</style>