Shades of Christi #5EAF0D
Tints of Christi #5EAF0D
RGB
CMYK
RGB Variations
Color information
#5EAF0D (or 0x5EAF0D) is known color: Christi. HEX triplet: 5E, AF and 0D. RGB value is (94,175,13). Sum of RGB (Red+Green+Blue) = 94+175+13=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 175 (68.75% from 255 or 62.06% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EAF0D is #A150F2. Grayscale: #848484. Windows color (decimal): -10572019 or 896862. OLE color: 896862.
HSL color Cylindrical-coordinate representation of color #5EAF0D: hue angle of 90º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5EAF0D is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 175 | 13 | - |
| CMYK | 0.46 | 0 | 0.93 | 0.31 |
| HSL | 90º | 0.86% | 0.37% | - |
| HSV(B) | 90º | 0.93% | 0.69% | - |
| XYZ | 20.02 | 33.07 | 5.71 | - |
| YUV | 132.31 | 60.66 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 13 | 0.46 | 0 | 0.93 | 0.31 | 90 | 0.86 | 0.37 |
| Hex | 5E | AF | D | 2E | 0 | 5D | 1F | 5A | 56 | 25 |
| Octal | 136 | 257 | 15 | 56 | 0 | 135 | 37 | 132 | 126 | 45 |
| Binary | 1011110 | 10101111 | 1101 | 101110 | 0 | 1011101 | 11111 | 1011010 | 1010110 | 100101 |
Color Harmonies of #5EAF0D
Complementary color
Monochromatic Colors of #5EAF0D
Black with #5EAF0D
Text Example
Text Example
White with #5EAF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAF0D; }
p { color: rgb(94,175,13); }
H1.HeaderClassName
{
color: #5EAF0D;
}
.AnyTagClassName
{
color: #5EAF0D;
}
</style>
background-color css
<style>
a { background-color: #5EAF0D; }
a { background-color: rgb(94,175,13); }
div.DivClassName
{
background-color: #5EAF0D;
}
.BgClassName
{
background-color: #5EAF0D;
}
</style>
border-color css
<style>
span { border-color: #5EAF0D; }
span { border-color: rgb(94,175,13); }
td.TdClassName
{
border-color: #5EAF0D;
}
.TagClassName
{
border-color: #5EAF0D;
}
</style>