Shades of Apple #5EC041
Tints of Apple #5EC041
RGB
CMYK
RGB Variations
Color information
#5EC041 (or 0x5EC041) is known color: Apple. HEX triplet: 5E, C0 and 41. RGB value is (94,192,65). Sum of RGB (Red+Green+Blue) = 94+192+65=351 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.78% from 351); Green value is 192 (75.39% from 255 or 54.70% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 192 - color contains mainly: green. Hex color #5EC041 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC041 is #A13FBE. Grayscale: #949494. Windows color (decimal): -10567615 or 4309086. OLE color: 4309086.
HSL color Cylindrical-coordinate representation of color #5EC041: hue angle of 106.3º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5EC041 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 192 | 65 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.25 |
| HSL | 106.3º | 0.5% | 0.5% | - |
| HSV(B) | 106.3º | 0.66% | 0.75% | - |
| XYZ | 24.42 | 40.46 | 11.52 | - |
| YUV | 148.22 | 81.03 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 192 | 65 | 0.51 | 0 | 0.66 | 0.25 | 106.3 | 0.5 | 0.5 |
| Hex | 5E | C0 | 41 | 33 | 0 | 42 | 19 | 6A | 32 | 32 |
| Octal | 136 | 300 | 101 | 63 | 0 | 102 | 31 | 152 | 62 | 62 |
| Binary | 1011110 | 11000000 | 1000001 | 110011 | 0 | 1000010 | 11001 | 1101010 | 110010 | 110010 |
Color Harmonies of #5EC041
Complementary color
Monochromatic Colors of #5EC041
Black with #5EC041
Text Example
Text Example
White with #5EC041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC041; }
p { color: rgb(94,192,65); }
H1.HeaderClassName
{
color: #5EC041;
}
.AnyTagClassName
{
color: #5EC041;
}
</style>
background-color css
<style>
a { background-color: #5EC041; }
a { background-color: rgb(94,192,65); }
div.DivClassName
{
background-color: #5EC041;
}
.BgClassName
{
background-color: #5EC041;
}
</style>
border-color css
<style>
span { border-color: #5EC041; }
span { border-color: rgb(94,192,65); }
td.TdClassName
{
border-color: #5EC041;
}
.TagClassName
{
border-color: #5EC041;
}
</style>