Shades of Apple #5EAD31
Tints of Apple #5EAD31
RGB
CMYK
RGB Variations
Color information
#5EAD31 (or 0x5EAD31) is known color: Apple. HEX triplet: 5E, AD and 31. RGB value is (94,173,49). Sum of RGB (Red+Green+Blue) = 94+173+49=316 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.75% from 316); Green value is 173 (67.97% from 255 or 54.75% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 173 - color contains mainly: green. Hex color #5EAD31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAD31 is #A152CE. Grayscale: #878787. Windows color (decimal): -10572495 or 3255646. OLE color: 3255646.
HSL color Cylindrical-coordinate representation of color #5EAD31: hue angle of 98.23º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5EAD31 is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 173 | 49 | - |
| CMYK | 0.46 | 0 | 0.72 | 0.32 |
| HSL | 98.23º | 0.56% | 0.44% | - |
| HSV(B) | 98.23º | 0.72% | 0.68% | - |
| XYZ | 20.11 | 32.49 | 8.12 | - |
| YUV | 135.24 | 79.33 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 173 | 49 | 0.46 | 0 | 0.72 | 0.32 | 98.23 | 0.56 | 0.44 |
| Hex | 5E | AD | 31 | 2E | 0 | 48 | 20 | 62 | 38 | 2C |
| Octal | 136 | 255 | 61 | 56 | 0 | 110 | 40 | 142 | 70 | 54 |
| Binary | 1011110 | 10101101 | 110001 | 101110 | 0 | 1001000 | 100000 | 1100010 | 111000 | 101100 |
Color Harmonies of #5EAD31
Complementary color
Monochromatic Colors of #5EAD31
Black with #5EAD31
Text Example
Text Example
White with #5EAD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAD31; }
p { color: rgb(94,173,49); }
H1.HeaderClassName
{
color: #5EAD31;
}
.AnyTagClassName
{
color: #5EAD31;
}
</style>
background-color css
<style>
a { background-color: #5EAD31; }
a { background-color: rgb(94,173,49); }
div.DivClassName
{
background-color: #5EAD31;
}
.BgClassName
{
background-color: #5EAD31;
}
</style>
border-color css
<style>
span { border-color: #5EAD31; }
span { border-color: rgb(94,173,49); }
td.TdClassName
{
border-color: #5EAD31;
}
.TagClassName
{
border-color: #5EAD31;
}
</style>