Shades of Apple #5EAF54
Tints of Apple #5EAF54
RGB
CMYK
RGB Variations
Color information
#5EAF54 (or 0x5EAF54) is known color: Apple. HEX triplet: 5E, AF and 54. RGB value is (94,175,84). Sum of RGB (Red+Green+Blue) = 94+175+84=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAF54 is #A150AB. Grayscale: #8C8C8C. Windows color (decimal): -10571948 or 5549918. OLE color: 5549918.
HSL color Cylindrical-coordinate representation of color #5EAF54: hue angle of 113.41º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5EAF54 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 175 | 84 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.31 |
| HSL | 113.41º | 0.36% | 0.51% | - |
| HSV(B) | 113.41º | 0.52% | 0.69% | - |
| XYZ | 21.55 | 33.68 | 13.75 | - |
| YUV | 140.41 | 96.16 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 84 | 0.46 | 0 | 0.52 | 0.31 | 113.41 | 0.36 | 0.51 |
| Hex | 5E | AF | 54 | 2E | 0 | 34 | 1F | 71 | 24 | 33 |
| Octal | 136 | 257 | 124 | 56 | 0 | 64 | 37 | 161 | 44 | 63 |
| Binary | 1011110 | 10101111 | 1010100 | 101110 | 0 | 110100 | 11111 | 1110001 | 100100 | 110011 |
Color Harmonies of #5EAF54
Complementary color
Monochromatic Colors of #5EAF54
Black with #5EAF54
Text Example
Text Example
White with #5EAF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAF54; }
p { color: rgb(94,175,84); }
H1.HeaderClassName
{
color: #5EAF54;
}
.AnyTagClassName
{
color: #5EAF54;
}
</style>
background-color css
<style>
a { background-color: #5EAF54; }
a { background-color: rgb(94,175,84); }
div.DivClassName
{
background-color: #5EAF54;
}
.BgClassName
{
background-color: #5EAF54;
}
</style>
border-color css
<style>
span { border-color: #5EAF54; }
span { border-color: rgb(94,175,84); }
td.TdClassName
{
border-color: #5EAF54;
}
.TagClassName
{
border-color: #5EAF54;
}
</style>