Shades of Apple #5EAF55
Tints of Apple #5EAF55
RGB
CMYK
RGB Variations
Color information
#5EAF55 (or 0x5EAF55) is known color: Apple. HEX triplet: 5E, AF and 55. RGB value is (94,175,85). Sum of RGB (Red+Green+Blue) = 94+175+85=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAF55 is #A150AA. Grayscale: #8C8C8C. Windows color (decimal): -10571947 or 5615454. OLE color: 5615454.
HSL color Cylindrical-coordinate representation of color #5EAF55: hue angle of 114º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EAF55 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 175 | 85 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.31 |
| HSL | 114º | 0.36% | 0.51% | - |
| HSV(B) | 114º | 0.51% | 0.69% | - |
| XYZ | 21.59 | 33.7 | 13.96 | - |
| YUV | 140.52 | 96.66 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 85 | 0.46 | 0 | 0.51 | 0.31 | 114 | 0.36 | 0.51 |
| Hex | 5E | AF | 55 | 2E | 0 | 33 | 1F | 72 | 24 | 33 |
| Octal | 136 | 257 | 125 | 56 | 0 | 63 | 37 | 162 | 44 | 63 |
| Binary | 1011110 | 10101111 | 1010101 | 101110 | 0 | 110011 | 11111 | 1110010 | 100100 | 110011 |
Color Harmonies of #5EAF55
Complementary color
Monochromatic Colors of #5EAF55
Black with #5EAF55
Text Example
Text Example
White with #5EAF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAF55; }
p { color: rgb(94,175,85); }
H1.HeaderClassName
{
color: #5EAF55;
}
.AnyTagClassName
{
color: #5EAF55;
}
</style>
background-color css
<style>
a { background-color: #5EAF55; }
a { background-color: rgb(94,175,85); }
div.DivClassName
{
background-color: #5EAF55;
}
.BgClassName
{
background-color: #5EAF55;
}
</style>
border-color css
<style>
span { border-color: #5EAF55; }
span { border-color: rgb(94,175,85); }
td.TdClassName
{
border-color: #5EAF55;
}
.TagClassName
{
border-color: #5EAF55;
}
</style>