Shades of Apple #5EBF47
Tints of Apple #5EBF47
RGB
CMYK
RGB Variations
Color information
#5EBF47 (or 0x5EBF47) is known color: Apple. HEX triplet: 5E, BF and 47. RGB value is (94,191,71). Sum of RGB (Red+Green+Blue) = 94+191+71=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 191 (75% from 255 or 53.65% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBF47 is #A140B8. Grayscale: #949494. Windows color (decimal): -10567865 or 4702046. OLE color: 4702046.
HSL color Cylindrical-coordinate representation of color #5EBF47: hue angle of 108.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EBF47 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 191 | 71 | - |
| CMYK | 0.51 | 0 | 0.63 | 0.25 |
| HSL | 108.5º | 0.48% | 0.51% | - |
| HSV(B) | 108.5º | 0.63% | 0.75% | - |
| XYZ | 24.38 | 40.1 | 12.42 | - |
| YUV | 148.32 | 84.36 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 191 | 71 | 0.51 | 0 | 0.63 | 0.25 | 108.5 | 0.48 | 0.51 |
| Hex | 5E | BF | 47 | 33 | 0 | 3F | 19 | 6C | 30 | 33 |
| Octal | 136 | 277 | 107 | 63 | 0 | 77 | 31 | 154 | 60 | 63 |
| Binary | 1011110 | 10111111 | 1000111 | 110011 | 0 | 111111 | 11001 | 1101100 | 110000 | 110011 |
Color Harmonies of #5EBF47
Complementary color
Monochromatic Colors of #5EBF47
Black with #5EBF47
Text Example
Text Example
White with #5EBF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBF47; }
p { color: rgb(94,191,71); }
H1.HeaderClassName
{
color: #5EBF47;
}
.AnyTagClassName
{
color: #5EBF47;
}
</style>
background-color css
<style>
a { background-color: #5EBF47; }
a { background-color: rgb(94,191,71); }
div.DivClassName
{
background-color: #5EBF47;
}
.BgClassName
{
background-color: #5EBF47;
}
</style>
border-color css
<style>
span { border-color: #5EBF47; }
span { border-color: rgb(94,191,71); }
td.TdClassName
{
border-color: #5EBF47;
}
.TagClassName
{
border-color: #5EBF47;
}
</style>