Shades of Apple #5EAF30
Tints of Apple #5EAF30
RGB
CMYK
RGB Variations
Color information
#5EAF30 (or 0x5EAF30) is known color: Apple. HEX triplet: 5E, AF and 30. RGB value is (94,175,48). Sum of RGB (Red+Green+Blue) = 94+175+48=317 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.65% from 317); Green value is 175 (68.75% from 255 or 55.21% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAF30 is #A150CF. Grayscale: #888888. Windows color (decimal): -10571984 or 3190622. OLE color: 3190622.
HSL color Cylindrical-coordinate representation of color #5EAF30: hue angle of 98.27º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5EAF30 is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 175 | 48 | - |
| CMYK | 0.46 | 0 | 0.73 | 0.31 |
| HSL | 98.27º | 0.57% | 0.44% | - |
| HSV(B) | 98.27º | 0.73% | 0.69% | - |
| XYZ | 20.48 | 33.25 | 8.14 | - |
| YUV | 136.3 | 78.16 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 48 | 0.46 | 0 | 0.73 | 0.31 | 98.27 | 0.57 | 0.44 |
| Hex | 5E | AF | 30 | 2E | 0 | 49 | 1F | 62 | 39 | 2C |
| Octal | 136 | 257 | 60 | 56 | 0 | 111 | 37 | 142 | 71 | 54 |
| Binary | 1011110 | 10101111 | 110000 | 101110 | 0 | 1001001 | 11111 | 1100010 | 111001 | 101100 |
Color Harmonies of #5EAF30
Complementary color
Monochromatic Colors of #5EAF30
Black with #5EAF30
Text Example
Text Example
White with #5EAF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAF30; }
p { color: rgb(94,175,48); }
H1.HeaderClassName
{
color: #5EAF30;
}
.AnyTagClassName
{
color: #5EAF30;
}
</style>
background-color css
<style>
a { background-color: #5EAF30; }
a { background-color: rgb(94,175,48); }
div.DivClassName
{
background-color: #5EAF30;
}
.BgClassName
{
background-color: #5EAF30;
}
</style>
border-color css
<style>
span { border-color: #5EAF30; }
span { border-color: rgb(94,175,48); }
td.TdClassName
{
border-color: #5EAF30;
}
.TagClassName
{
border-color: #5EAF30;
}
</style>