Shades of Christi #5EAA07
Tints of Christi #5EAA07
RGB
CMYK
RGB Variations
Color information
#5EAA07 (or 0x5EAA07) is known color: Christi. HEX triplet: 5E, AA and 07. RGB value is (94,170,7). Sum of RGB (Red+Green+Blue) = 94+170+7=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 170 (66.80% from 255 or 62.73% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EAA07 is #A155F8. Grayscale: #818181. Windows color (decimal): -10573305 or 502366. OLE color: 502366.
HSL color Cylindrical-coordinate representation of color #5EAA07: hue angle of 87.98º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5EAA07 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 7 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.33 |
| HSL | 87.98º | 0.92% | 0.35% | - |
| HSV(B) | 87.98º | 0.96% | 0.67% | - |
| XYZ | 19.03 | 31.14 | 5.21 | - |
| YUV | 128.69 | 59.32 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 7 | 0.45 | 0 | 0.96 | 0.33 | 87.98 | 0.92 | 0.35 |
| Hex | 5E | AA | 7 | 2D | 0 | 60 | 21 | 58 | 5C | 23 |
| Octal | 136 | 252 | 7 | 55 | 0 | 140 | 41 | 130 | 134 | 43 |
| Binary | 1011110 | 10101010 | 111 | 101101 | 0 | 1100000 | 100001 | 1011000 | 1011100 | 100011 |
Color Harmonies of #5EAA07
Complementary color
Monochromatic Colors of #5EAA07
Black with #5EAA07
Text Example
Text Example
White with #5EAA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA07; }
p { color: rgb(94,170,7); }
H1.HeaderClassName
{
color: #5EAA07;
}
.AnyTagClassName
{
color: #5EAA07;
}
</style>
background-color css
<style>
a { background-color: #5EAA07; }
a { background-color: rgb(94,170,7); }
div.DivClassName
{
background-color: #5EAA07;
}
.BgClassName
{
background-color: #5EAA07;
}
</style>
border-color css
<style>
span { border-color: #5EAA07; }
span { border-color: rgb(94,170,7); }
td.TdClassName
{
border-color: #5EAA07;
}
.TagClassName
{
border-color: #5EAA07;
}
</style>