Shades of Apple #5EC852
Tints of Apple #5EC852
RGB
CMYK
RGB Variations
Color information
#5EC852 (or 0x5EC852) is known color: Apple. HEX triplet: 5E, C8 and 52. RGB value is (94,200,82). Sum of RGB (Red+Green+Blue) = 94+200+82=376 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25% from 376); Green value is 200 (78.52% from 255 or 53.19% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 200 - color contains mainly: green. Hex color #5EC852 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC852 is #A137AD. Grayscale: #9B9B9B. Windows color (decimal): -10565550 or 5425246. OLE color: 5425246.
HSL color Cylindrical-coordinate representation of color #5EC852: hue angle of 113.9º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5EC852 is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 94 | 200 | 82 | - |
| CMYK | 0.53 | 0 | 0.59 | 0.22 |
| HSL | 113.9º | 0.52% | 0.55% | - |
| HSV(B) | 113.9º | 0.59% | 0.78% | - |
| XYZ | 26.79 | 44.3 | 15.12 | - |
| YUV | 154.85 | 86.88 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 200 | 82 | 0.53 | 0 | 0.59 | 0.22 | 113.9 | 0.52 | 0.55 |
| Hex | 5E | C8 | 52 | 35 | 0 | 3B | 16 | 72 | 34 | 37 |
| Octal | 136 | 310 | 122 | 65 | 0 | 73 | 26 | 162 | 64 | 67 |
| Binary | 1011110 | 11001000 | 1010010 | 110101 | 0 | 111011 | 10110 | 1110010 | 110100 | 110111 |
Color Harmonies of #5EC852
Complementary color
Monochromatic Colors of #5EC852
Black with #5EC852
Text Example
Text Example
White with #5EC852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC852; }
p { color: rgb(94,200,82); }
H1.HeaderClassName
{
color: #5EC852;
}
.AnyTagClassName
{
color: #5EC852;
}
</style>
background-color css
<style>
a { background-color: #5EC852; }
a { background-color: rgb(94,200,82); }
div.DivClassName
{
background-color: #5EC852;
}
.BgClassName
{
background-color: #5EC852;
}
</style>
border-color css
<style>
span { border-color: #5EC852; }
span { border-color: rgb(94,200,82); }
td.TdClassName
{
border-color: #5EC852;
}
.TagClassName
{
border-color: #5EC852;
}
</style>