Shades of Apple #5EAF4C
Tints of Apple #5EAF4C
RGB
CMYK
RGB Variations
Color information
#5EAF4C (or 0x5EAF4C) is known color: Apple. HEX triplet: 5E, AF and 4C. RGB value is (94,175,76). Sum of RGB (Red+Green+Blue) = 94+175+76=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAF4C is #A150B3. Grayscale: #8B8B8B. Windows color (decimal): -10571956 or 5025630. OLE color: 5025630.
HSL color Cylindrical-coordinate representation of color #5EAF4C: hue angle of 109.09º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EAF4C is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 175 | 76 | - |
| CMYK | 0.46 | 0 | 0.57 | 0.31 |
| HSL | 109.09º | 0.39% | 0.49% | - |
| HSV(B) | 109.09º | 0.57% | 0.69% | - |
| XYZ | 21.25 | 33.56 | 12.2 | - |
| YUV | 139.5 | 92.16 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 76 | 0.46 | 0 | 0.57 | 0.31 | 109.09 | 0.39 | 0.49 |
| Hex | 5E | AF | 4C | 2E | 0 | 39 | 1F | 6D | 27 | 31 |
| Octal | 136 | 257 | 114 | 56 | 0 | 71 | 37 | 155 | 47 | 61 |
| Binary | 1011110 | 10101111 | 1001100 | 101110 | 0 | 111001 | 11111 | 1101101 | 100111 | 110001 |
Color Harmonies of #5EAF4C
Complementary color
Monochromatic Colors of #5EAF4C
Black with #5EAF4C
Text Example
Text Example
White with #5EAF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAF4C; }
p { color: rgb(94,175,76); }
H1.HeaderClassName
{
color: #5EAF4C;
}
.AnyTagClassName
{
color: #5EAF4C;
}
</style>
background-color css
<style>
a { background-color: #5EAF4C; }
a { background-color: rgb(94,175,76); }
div.DivClassName
{
background-color: #5EAF4C;
}
.BgClassName
{
background-color: #5EAF4C;
}
</style>
border-color css
<style>
span { border-color: #5EAF4C; }
span { border-color: rgb(94,175,76); }
td.TdClassName
{
border-color: #5EAF4C;
}
.TagClassName
{
border-color: #5EAF4C;
}
</style>