Shades of Apple #5EC752
Tints of Apple #5EC752
RGB
CMYK
RGB Variations
Color information
#5EC752 (or 0x5EC752) is known color: Apple. HEX triplet: 5E, C7 and 52. RGB value is (94,199,82). Sum of RGB (Red+Green+Blue) = 94+199+82=375 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.07% from 375); Green value is 199 (78.12% from 255 or 53.07% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 199 - color contains mainly: green. Hex color #5EC752 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC752 is #A138AD. Grayscale: #9A9A9A. Windows color (decimal): -10565806 or 5424990. OLE color: 5424990.
HSL color Cylindrical-coordinate representation of color #5EC752: hue angle of 113.85º degrees, saturation: 0.51, 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 #5EC752 is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 94 | 199 | 82 | - |
| CMYK | 0.53 | 0 | 0.59 | 0.22 |
| HSL | 113.85º | 0.51% | 0.55% | - |
| HSV(B) | 113.85º | 0.59% | 0.78% | - |
| XYZ | 26.56 | 43.84 | 15.04 | - |
| YUV | 154.27 | 87.21 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 199 | 82 | 0.53 | 0 | 0.59 | 0.22 | 113.85 | 0.51 | 0.55 |
| Hex | 5E | C7 | 52 | 35 | 0 | 3B | 16 | 72 | 33 | 37 |
| Octal | 136 | 307 | 122 | 65 | 0 | 73 | 26 | 162 | 63 | 67 |
| Binary | 1011110 | 11000111 | 1010010 | 110101 | 0 | 111011 | 10110 | 1110010 | 110011 | 110111 |
Color Harmonies of #5EC752
Complementary color
Monochromatic Colors of #5EC752
Black with #5EC752
Text Example
Text Example
White with #5EC752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC752; }
p { color: rgb(94,199,82); }
H1.HeaderClassName
{
color: #5EC752;
}
.AnyTagClassName
{
color: #5EC752;
}
</style>
background-color css
<style>
a { background-color: #5EC752; }
a { background-color: rgb(94,199,82); }
div.DivClassName
{
background-color: #5EC752;
}
.BgClassName
{
background-color: #5EC752;
}
</style>
border-color css
<style>
span { border-color: #5EC752; }
span { border-color: rgb(94,199,82); }
td.TdClassName
{
border-color: #5EC752;
}
.TagClassName
{
border-color: #5EC752;
}
</style>