Shades of Christi #5EAE04
Tints of Christi #5EAE04
RGB
CMYK
RGB Variations
Color information
#5EAE04 (or 0x5EAE04) is known color: Christi. HEX triplet: 5E, AE and 04. RGB value is (94,174,4). Sum of RGB (Red+Green+Blue) = 94+174+4=272 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.56% from 272); Green value is 174 (68.36% from 255 or 63.97% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAE04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EAE04 is #A151FB. Grayscale: #838383. Windows color (decimal): -10572284 or 306782. OLE color: 306782.
HSL color Cylindrical-coordinate representation of color #5EAE04: hue angle of 88.24º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5EAE04 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 174 | 4 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.32 |
| HSL | 88.24º | 0.96% | 0.35% | - |
| HSV(B) | 88.24º | 0.98% | 0.68% | - |
| XYZ | 19.77 | 32.66 | 5.38 | - |
| YUV | 130.7 | 56.5 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 4 | 0.46 | 0 | 0.98 | 0.32 | 88.24 | 0.96 | 0.35 |
| Hex | 5E | AE | 4 | 2E | 0 | 62 | 20 | 58 | 60 | 23 |
| Octal | 136 | 256 | 4 | 56 | 0 | 142 | 40 | 130 | 140 | 43 |
| Binary | 1011110 | 10101110 | 100 | 101110 | 0 | 1100010 | 100000 | 1011000 | 1100000 | 100011 |
Color Harmonies of #5EAE04
Complementary color
Monochromatic Colors of #5EAE04
Black with #5EAE04
Text Example
Text Example
White with #5EAE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAE04; }
p { color: rgb(94,174,4); }
H1.HeaderClassName
{
color: #5EAE04;
}
.AnyTagClassName
{
color: #5EAE04;
}
</style>
background-color css
<style>
a { background-color: #5EAE04; }
a { background-color: rgb(94,174,4); }
div.DivClassName
{
background-color: #5EAE04;
}
.BgClassName
{
background-color: #5EAE04;
}
</style>
border-color css
<style>
span { border-color: #5EAE04; }
span { border-color: rgb(94,174,4); }
td.TdClassName
{
border-color: #5EAE04;
}
.TagClassName
{
border-color: #5EAE04;
}
</style>