Shades of Apple #5EC22F
Tints of Apple #5EC22F
RGB
CMYK
RGB Variations
Color information
#5EC22F (or 0x5EC22F) is known color: Apple. HEX triplet: 5E, C2 and 2F. RGB value is (94,194,47). Sum of RGB (Red+Green+Blue) = 94+194+47=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 194 (76.17% from 255 or 57.91% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 194 - color contains mainly: green. Hex color #5EC22F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC22F is #A13DD0. Grayscale: #939393. Windows color (decimal): -10567121 or 3129950. OLE color: 3129950.
HSL color Cylindrical-coordinate representation of color #5EC22F: hue angle of 100.82º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5EC22F is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 194 | 47 | - |
| CMYK | 0.52 | 0 | 0.76 | 0.24 |
| HSL | 100.82º | 0.61% | 0.47% | - |
| HSV(B) | 100.82º | 0.76% | 0.76% | - |
| XYZ | 24.42 | 41.17 | 9.35 | - |
| YUV | 147.34 | 71.37 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 194 | 47 | 0.52 | 0 | 0.76 | 0.24 | 100.82 | 0.61 | 0.47 |
| Hex | 5E | C2 | 2F | 34 | 0 | 4C | 18 | 65 | 3D | 2F |
| Octal | 136 | 302 | 57 | 64 | 0 | 114 | 30 | 145 | 75 | 57 |
| Binary | 1011110 | 11000010 | 101111 | 110100 | 0 | 1001100 | 11000 | 1100101 | 111101 | 101111 |
Color Harmonies of #5EC22F
Complementary color
Monochromatic Colors of #5EC22F
Black with #5EC22F
Text Example
Text Example
White with #5EC22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC22F; }
p { color: rgb(94,194,47); }
H1.HeaderClassName
{
color: #5EC22F;
}
.AnyTagClassName
{
color: #5EC22F;
}
</style>
background-color css
<style>
a { background-color: #5EC22F; }
a { background-color: rgb(94,194,47); }
div.DivClassName
{
background-color: #5EC22F;
}
.BgClassName
{
background-color: #5EC22F;
}
</style>
border-color css
<style>
span { border-color: #5EC22F; }
span { border-color: rgb(94,194,47); }
td.TdClassName
{
border-color: #5EC22F;
}
.TagClassName
{
border-color: #5EC22F;
}
</style>