Shades of Apple #5ED852
Tints of Apple #5ED852
RGB
CMYK
RGB Variations
Color information
#5ED852 (or 0x5ED852) is known color: Apple. HEX triplet: 5E, D8 and 52. RGB value is (94,216,82). Sum of RGB (Red+Green+Blue) = 94+216+82=392 (51% of max value = 765). Red value is 94 (37.11% from 255 or 23.98% from 392); Green value is 216 (84.77% from 255 or 55.10% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 216 - color contains mainly: green. Hex color #5ED852 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED852 is #A127AD. Grayscale: #A4A4A4. Windows color (decimal): -10561454 or 5429342. OLE color: 5429342.
HSL color Cylindrical-coordinate representation of color #5ED852: hue angle of 114.63º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ED852 is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 216 | 82 | - |
| CMYK | 0.56 | 0 | 0.62 | 0.15 |
| HSL | 114.63º | 0.63% | 0.58% | - |
| HSV(B) | 114.63º | 0.62% | 0.85% | - |
| XYZ | 30.69 | 52.1 | 16.42 | - |
| YUV | 164.25 | 81.58 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 216 | 82 | 0.56 | 0 | 0.62 | 0.15 | 114.63 | 0.63 | 0.58 |
| Hex | 5E | D8 | 52 | 38 | 0 | 3E | F | 73 | 3F | 3A |
| Octal | 136 | 330 | 122 | 70 | 0 | 76 | 17 | 163 | 77 | 72 |
| Binary | 1011110 | 11011000 | 1010010 | 111000 | 0 | 111110 | 1111 | 1110011 | 111111 | 111010 |
Color Harmonies of #5ED852
Complementary color
Monochromatic Colors of #5ED852
Black with #5ED852
Text Example
Text Example
White with #5ED852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED852; }
p { color: rgb(94,216,82); }
H1.HeaderClassName
{
color: #5ED852;
}
.AnyTagClassName
{
color: #5ED852;
}
</style>
background-color css
<style>
a { background-color: #5ED852; }
a { background-color: rgb(94,216,82); }
div.DivClassName
{
background-color: #5ED852;
}
.BgClassName
{
background-color: #5ED852;
}
</style>
border-color css
<style>
span { border-color: #5ED852; }
span { border-color: rgb(94,216,82); }
td.TdClassName
{
border-color: #5ED852;
}
.TagClassName
{
border-color: #5ED852;
}
</style>