Shades of Apple #5ECF55
Tints of Apple #5ECF55
RGB
CMYK
RGB Variations
Color information
#5ECF55 (or 0x5ECF55) is known color: Apple. HEX triplet: 5E, CF and 55. RGB value is (94,207,85). Sum of RGB (Red+Green+Blue) = 94+207+85=386 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.35% from 386); Green value is 207 (81.25% from 255 or 53.63% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 207 - color contains mainly: green. Hex color #5ECF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ECF55 is #A130AA. Grayscale: #9F9F9F. Windows color (decimal): -10563755 or 5623646. OLE color: 5623646.
HSL color Cylindrical-coordinate representation of color #5ECF55: hue angle of 115.57º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ECF55 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 207 | 85 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.19 |
| HSL | 115.57º | 0.56% | 0.57% | - |
| HSV(B) | 115.57º | 0.59% | 0.81% | - |
| XYZ | 28.57 | 47.66 | 16.29 | - |
| YUV | 159.31 | 86.06 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 207 | 85 | 0.55 | 0 | 0.59 | 0.19 | 115.57 | 0.56 | 0.57 |
| Hex | 5E | CF | 55 | 37 | 0 | 3B | 13 | 74 | 38 | 39 |
| Octal | 136 | 317 | 125 | 67 | 0 | 73 | 23 | 164 | 70 | 71 |
| Binary | 1011110 | 11001111 | 1010101 | 110111 | 0 | 111011 | 10011 | 1110100 | 111000 | 111001 |
Color Harmonies of #5ECF55
Complementary color
Monochromatic Colors of #5ECF55
Black with #5ECF55
Text Example
Text Example
White with #5ECF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECF55; }
p { color: rgb(94,207,85); }
H1.HeaderClassName
{
color: #5ECF55;
}
.AnyTagClassName
{
color: #5ECF55;
}
</style>
background-color css
<style>
a { background-color: #5ECF55; }
a { background-color: rgb(94,207,85); }
div.DivClassName
{
background-color: #5ECF55;
}
.BgClassName
{
background-color: #5ECF55;
}
</style>
border-color css
<style>
span { border-color: #5ECF55; }
span { border-color: rgb(94,207,85); }
td.TdClassName
{
border-color: #5ECF55;
}
.TagClassName
{
border-color: #5ECF55;
}
</style>