Shades of Apple #5EC252
Tints of Apple #5EC252
RGB
CMYK
RGB Variations
Color information
#5EC252 (or 0x5EC252) is known color: Apple. HEX triplet: 5E, C2 and 52. RGB value is (94,194,82). Sum of RGB (Red+Green+Blue) = 94+194+82=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 194 (76.17% from 255 or 52.43% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 194 - color contains mainly: green. Hex color #5EC252 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC252 is #A13DAD. Grayscale: #979797. Windows color (decimal): -10567086 or 5423710. OLE color: 5423710.
HSL color Cylindrical-coordinate representation of color #5EC252: hue angle of 113.57º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EC252 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 194 | 82 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.24 |
| HSL | 113.57º | 0.48% | 0.54% | - |
| HSV(B) | 113.57º | 0.58% | 0.76% | - |
| XYZ | 25.43 | 41.57 | 14.67 | - |
| YUV | 151.33 | 88.87 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 194 | 82 | 0.52 | 0 | 0.58 | 0.24 | 113.57 | 0.48 | 0.54 |
| Hex | 5E | C2 | 52 | 34 | 0 | 3A | 18 | 72 | 30 | 36 |
| Octal | 136 | 302 | 122 | 64 | 0 | 72 | 30 | 162 | 60 | 66 |
| Binary | 1011110 | 11000010 | 1010010 | 110100 | 0 | 111010 | 11000 | 1110010 | 110000 | 110110 |
Color Harmonies of #5EC252
Complementary color
Monochromatic Colors of #5EC252
Black with #5EC252
Text Example
Text Example
White with #5EC252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC252; }
p { color: rgb(94,194,82); }
H1.HeaderClassName
{
color: #5EC252;
}
.AnyTagClassName
{
color: #5EC252;
}
</style>
background-color css
<style>
a { background-color: #5EC252; }
a { background-color: rgb(94,194,82); }
div.DivClassName
{
background-color: #5EC252;
}
.BgClassName
{
background-color: #5EC252;
}
</style>
border-color css
<style>
span { border-color: #5EC252; }
span { border-color: rgb(94,194,82); }
td.TdClassName
{
border-color: #5EC252;
}
.TagClassName
{
border-color: #5EC252;
}
</style>