Shades of Apple #5EAF4E
Tints of Apple #5EAF4E
RGB
CMYK
RGB Variations
Color information
#5EAF4E (or 0x5EAF4E) is known color: Apple. HEX triplet: 5E, AF and 4E. RGB value is (94,175,78). Sum of RGB (Red+Green+Blue) = 94+175+78=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAF4E is #A150B1. Grayscale: #8C8C8C. Windows color (decimal): -10571954 or 5156702. OLE color: 5156702.
HSL color Cylindrical-coordinate representation of color #5EAF4E: hue angle of 110.1º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5EAF4E is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 175 | 78 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.31 |
| HSL | 110.1º | 0.38% | 0.5% | - |
| HSV(B) | 110.1º | 0.55% | 0.69% | - |
| XYZ | 21.32 | 33.59 | 12.57 | - |
| YUV | 139.72 | 93.16 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 78 | 0.46 | 0 | 0.55 | 0.31 | 110.1 | 0.38 | 0.5 |
| Hex | 5E | AF | 4E | 2E | 0 | 37 | 1F | 6E | 26 | 32 |
| Octal | 136 | 257 | 116 | 56 | 0 | 67 | 37 | 156 | 46 | 62 |
| Binary | 1011110 | 10101111 | 1001110 | 101110 | 0 | 110111 | 11111 | 1101110 | 100110 | 110010 |
Color Harmonies of #5EAF4E
Complementary color
Monochromatic Colors of #5EAF4E
Black with #5EAF4E
Text Example
Text Example
White with #5EAF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAF4E; }
p { color: rgb(94,175,78); }
H1.HeaderClassName
{
color: #5EAF4E;
}
.AnyTagClassName
{
color: #5EAF4E;
}
</style>
background-color css
<style>
a { background-color: #5EAF4E; }
a { background-color: rgb(94,175,78); }
div.DivClassName
{
background-color: #5EAF4E;
}
.BgClassName
{
background-color: #5EAF4E;
}
</style>
border-color css
<style>
span { border-color: #5EAF4E; }
span { border-color: rgb(94,175,78); }
td.TdClassName
{
border-color: #5EAF4E;
}
.TagClassName
{
border-color: #5EAF4E;
}
</style>