Shades of Christi #5EAE0F
Tints of Christi #5EAE0F
RGB
CMYK
RGB Variations
Color information
#5EAE0F (or 0x5EAE0F) is known color: Christi. HEX triplet: 5E, AE and 0F. RGB value is (94,174,15). Sum of RGB (Red+Green+Blue) = 94+174+15=283 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.22% from 283); Green value is 174 (68.36% from 255 or 61.48% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAE0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EAE0F is #A151F0. Grayscale: #848484. Windows color (decimal): -10572273 or 1027678. OLE color: 1027678.
HSL color Cylindrical-coordinate representation of color #5EAE0F: hue angle of 90.19º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5EAE0F is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 174 | 15 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.32 |
| HSL | 90.19º | 0.84% | 0.37% | - |
| HSV(B) | 90.19º | 0.91% | 0.68% | - |
| XYZ | 19.84 | 32.69 | 5.72 | - |
| YUV | 131.95 | 62 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 15 | 0.46 | 0 | 0.91 | 0.32 | 90.19 | 0.84 | 0.37 |
| Hex | 5E | AE | F | 2E | 0 | 5B | 20 | 5A | 54 | 25 |
| Octal | 136 | 256 | 17 | 56 | 0 | 133 | 40 | 132 | 124 | 45 |
| Binary | 1011110 | 10101110 | 1111 | 101110 | 0 | 1011011 | 100000 | 1011010 | 1010100 | 100101 |
Color Harmonies of #5EAE0F
Complementary color
Monochromatic Colors of #5EAE0F
Black with #5EAE0F
Text Example
Text Example
White with #5EAE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAE0F; }
p { color: rgb(94,174,15); }
H1.HeaderClassName
{
color: #5EAE0F;
}
.AnyTagClassName
{
color: #5EAE0F;
}
</style>
background-color css
<style>
a { background-color: #5EAE0F; }
a { background-color: rgb(94,174,15); }
div.DivClassName
{
background-color: #5EAE0F;
}
.BgClassName
{
background-color: #5EAE0F;
}
</style>
border-color css
<style>
span { border-color: #5EAE0F; }
span { border-color: rgb(94,174,15); }
td.TdClassName
{
border-color: #5EAE0F;
}
.TagClassName
{
border-color: #5EAE0F;
}
</style>