Shades of Apple #5EBF41
Tints of Apple #5EBF41
RGB
CMYK
RGB Variations
Color information
#5EBF41 (or 0x5EBF41) is known color: Apple. HEX triplet: 5E, BF and 41. RGB value is (94,191,65). Sum of RGB (Red+Green+Blue) = 94+191+65=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 191 (75% from 255 or 54.57% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBF41 is #A140BE. Grayscale: #949494. Windows color (decimal): -10567871 or 4308830. OLE color: 4308830.
HSL color Cylindrical-coordinate representation of color #5EBF41: hue angle of 106.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5EBF41 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 191 | 65 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.25 |
| HSL | 106.19º | 0.5% | 0.5% | - |
| HSV(B) | 106.19º | 0.66% | 0.75% | - |
| XYZ | 24.2 | 40.02 | 11.45 | - |
| YUV | 147.63 | 81.36 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 191 | 65 | 0.51 | 0 | 0.66 | 0.25 | 106.19 | 0.5 | 0.5 |
| Hex | 5E | BF | 41 | 33 | 0 | 42 | 19 | 6A | 32 | 32 |
| Octal | 136 | 277 | 101 | 63 | 0 | 102 | 31 | 152 | 62 | 62 |
| Binary | 1011110 | 10111111 | 1000001 | 110011 | 0 | 1000010 | 11001 | 1101010 | 110010 | 110010 |
Color Harmonies of #5EBF41
Complementary color
Monochromatic Colors of #5EBF41
Black with #5EBF41
Text Example
Text Example
White with #5EBF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBF41; }
p { color: rgb(94,191,65); }
H1.HeaderClassName
{
color: #5EBF41;
}
.AnyTagClassName
{
color: #5EBF41;
}
</style>
background-color css
<style>
a { background-color: #5EBF41; }
a { background-color: rgb(94,191,65); }
div.DivClassName
{
background-color: #5EBF41;
}
.BgClassName
{
background-color: #5EBF41;
}
</style>
border-color css
<style>
span { border-color: #5EBF41; }
span { border-color: rgb(94,191,65); }
td.TdClassName
{
border-color: #5EBF41;
}
.TagClassName
{
border-color: #5EBF41;
}
</style>