Shades of Christi #5EAB07
Tints of Christi #5EAB07
RGB
CMYK
RGB Variations
Color information
#5EAB07 (or 0x5EAB07) is known color: Christi. HEX triplet: 5E, AB and 07. RGB value is (94,171,7). Sum of RGB (Red+Green+Blue) = 94+171+7=272 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.56% from 272); Green value is 171 (67.19% from 255 or 62.87% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EAB07 is #A154F8. Grayscale: #818181. Windows color (decimal): -10573049 or 502622. OLE color: 502622.
HSL color Cylindrical-coordinate representation of color #5EAB07: hue angle of 88.17º 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 #5EAB07 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 171 | 7 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.33 |
| HSL | 88.17º | 0.92% | 0.35% | - |
| HSV(B) | 88.17º | 0.96% | 0.67% | - |
| XYZ | 19.22 | 31.52 | 5.27 | - |
| YUV | 129.28 | 58.99 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 7 | 0.45 | 0 | 0.96 | 0.33 | 88.17 | 0.92 | 0.35 |
| Hex | 5E | AB | 7 | 2D | 0 | 60 | 21 | 58 | 5C | 23 |
| Octal | 136 | 253 | 7 | 55 | 0 | 140 | 41 | 130 | 134 | 43 |
| Binary | 1011110 | 10101011 | 111 | 101101 | 0 | 1100000 | 100001 | 1011000 | 1011100 | 100011 |
Color Harmonies of #5EAB07
Complementary color
Monochromatic Colors of #5EAB07
Black with #5EAB07
Text Example
Text Example
White with #5EAB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAB07; }
p { color: rgb(94,171,7); }
H1.HeaderClassName
{
color: #5EAB07;
}
.AnyTagClassName
{
color: #5EAB07;
}
</style>
background-color css
<style>
a { background-color: #5EAB07; }
a { background-color: rgb(94,171,7); }
div.DivClassName
{
background-color: #5EAB07;
}
.BgClassName
{
background-color: #5EAB07;
}
</style>
border-color css
<style>
span { border-color: #5EAB07; }
span { border-color: rgb(94,171,7); }
td.TdClassName
{
border-color: #5EAB07;
}
.TagClassName
{
border-color: #5EAB07;
}
</style>