Shades of Apple #5ED255
Tints of Apple #5ED255
RGB
CMYK
RGB Variations
Color information
#5ED255 (or 0x5ED255) is known color: Apple. HEX triplet: 5E, D2 and 55. RGB value is (94,210,85). Sum of RGB (Red+Green+Blue) = 94+210+85=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 210 (82.42% from 255 or 53.98% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 210 - color contains mainly: green. Hex color #5ED255 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED255 is #A12DAA. Grayscale: #A1A1A1. Windows color (decimal): -10562987 or 5624414. OLE color: 5624414.
HSL color Cylindrical-coordinate representation of color #5ED255: hue angle of 115.68º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ED255 is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 210 | 85 | - |
| CMYK | 0.55 | 0 | 0.60 | 0.18 |
| HSL | 115.68º | 0.58% | 0.58% | - |
| HSV(B) | 115.68º | 0.6% | 0.82% | - |
| XYZ | 29.3 | 49.13 | 16.53 | - |
| YUV | 161.07 | 85.07 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 210 | 85 | 0.55 | 0 | 0.60 | 0.18 | 115.68 | 0.58 | 0.58 |
| Hex | 5E | D2 | 55 | 37 | 0 | 3C | 12 | 74 | 3A | 3A |
| Octal | 136 | 322 | 125 | 67 | 0 | 74 | 22 | 164 | 72 | 72 |
| Binary | 1011110 | 11010010 | 1010101 | 110111 | 0 | 111100 | 10010 | 1110100 | 111010 | 111010 |
Color Harmonies of #5ED255
Complementary color
Monochromatic Colors of #5ED255
Black with #5ED255
Text Example
Text Example
White with #5ED255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED255; }
p { color: rgb(94,210,85); }
H1.HeaderClassName
{
color: #5ED255;
}
.AnyTagClassName
{
color: #5ED255;
}
</style>
background-color css
<style>
a { background-color: #5ED255; }
a { background-color: rgb(94,210,85); }
div.DivClassName
{
background-color: #5ED255;
}
.BgClassName
{
background-color: #5ED255;
}
</style>
border-color css
<style>
span { border-color: #5ED255; }
span { border-color: rgb(94,210,85); }
td.TdClassName
{
border-color: #5ED255;
}
.TagClassName
{
border-color: #5ED255;
}
</style>