Shades of Christi #5FAB0E
Tints of Christi #5FAB0E
RGB
CMYK
RGB Variations
Color information
#5FAB0E (or 0x5FAB0E) is known color: Christi. HEX triplet: 5F, AB and 0E. RGB value is (95,171,14). Sum of RGB (Red+Green+Blue) = 95+171+14=280 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.93% from 280); Green value is 171 (67.19% from 255 or 61.07% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 171 - color contains mainly: green. Hex color #5FAB0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FAB0E is #A054F1. Grayscale: #828282. Windows color (decimal): -10507506 or 961375. OLE color: 961375.
HSL color Cylindrical-coordinate representation of color #5FAB0E: hue angle of 89.04º 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 #5FAB0E is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 171 | 14 | - |
| CMYK | 0.44 | 0 | 0.92 | 0.33 |
| HSL | 89.04º | 0.85% | 0.36% | - |
| HSV(B) | 89.04º | 0.92% | 0.67% | - |
| XYZ | 19.36 | 31.59 | 5.49 | - |
| YUV | 130.38 | 62.32 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 171 | 14 | 0.44 | 0 | 0.92 | 0.33 | 89.04 | 0.85 | 0.36 |
| Hex | 5F | AB | E | 2C | 0 | 5C | 21 | 59 | 55 | 24 |
| Octal | 137 | 253 | 16 | 54 | 0 | 134 | 41 | 131 | 125 | 44 |
| Binary | 1011111 | 10101011 | 1110 | 101100 | 0 | 1011100 | 100001 | 1011001 | 1010101 | 100100 |
Color Harmonies of #5FAB0E
Complementary color
Monochromatic Colors of #5FAB0E
Black with #5FAB0E
Text Example
Text Example
White with #5FAB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAB0E; }
p { color: rgb(95,171,14); }
H1.HeaderClassName
{
color: #5FAB0E;
}
.AnyTagClassName
{
color: #5FAB0E;
}
</style>
background-color css
<style>
a { background-color: #5FAB0E; }
a { background-color: rgb(95,171,14); }
div.DivClassName
{
background-color: #5FAB0E;
}
.BgClassName
{
background-color: #5FAB0E;
}
</style>
border-color css
<style>
span { border-color: #5FAB0E; }
span { border-color: rgb(95,171,14); }
td.TdClassName
{
border-color: #5FAB0E;
}
.TagClassName
{
border-color: #5FAB0E;
}
</style>