Shades of Apple #5EAF38
Tints of Apple #5EAF38
RGB
CMYK
RGB Variations
Color information
#5EAF38 (or 0x5EAF38) is known color: Apple. HEX triplet: 5E, AF and 38. RGB value is (94,175,56). Sum of RGB (Red+Green+Blue) = 94+175+56=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 175 (68.75% from 255 or 53.85% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAF38 is #A150C7. Grayscale: #898989. Windows color (decimal): -10571976 or 3714910. OLE color: 3714910.
HSL color Cylindrical-coordinate representation of color #5EAF38: hue angle of 100.84º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5EAF38 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 175 | 56 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.31 |
| HSL | 100.84º | 0.52% | 0.45% | - |
| HSV(B) | 100.84º | 0.68% | 0.69% | - |
| XYZ | 20.66 | 33.33 | 9.08 | - |
| YUV | 137.22 | 82.16 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 56 | 0.46 | 0 | 0.68 | 0.31 | 100.84 | 0.52 | 0.45 |
| Hex | 5E | AF | 38 | 2E | 0 | 44 | 1F | 65 | 34 | 2D |
| Octal | 136 | 257 | 70 | 56 | 0 | 104 | 37 | 145 | 64 | 55 |
| Binary | 1011110 | 10101111 | 111000 | 101110 | 0 | 1000100 | 11111 | 1100101 | 110100 | 101101 |
Color Harmonies of #5EAF38
Complementary color
Monochromatic Colors of #5EAF38
Black with #5EAF38
Text Example
Text Example
White with #5EAF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAF38; }
p { color: rgb(94,175,56); }
H1.HeaderClassName
{
color: #5EAF38;
}
.AnyTagClassName
{
color: #5EAF38;
}
</style>
background-color css
<style>
a { background-color: #5EAF38; }
a { background-color: rgb(94,175,56); }
div.DivClassName
{
background-color: #5EAF38;
}
.BgClassName
{
background-color: #5EAF38;
}
</style>
border-color css
<style>
span { border-color: #5EAF38; }
span { border-color: rgb(94,175,56); }
td.TdClassName
{
border-color: #5EAF38;
}
.TagClassName
{
border-color: #5EAF38;
}
</style>