Shades of Apple #5EBF51
Tints of Apple #5EBF51
RGB
CMYK
RGB Variations
Color information
#5EBF51 (or 0x5EBF51) is known color: Apple. HEX triplet: 5E, BF and 51. RGB value is (94,191,81). Sum of RGB (Red+Green+Blue) = 94+191+81=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 191 (75% from 255 or 52.19% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBF51 is #A140AE. Grayscale: #959595. Windows color (decimal): -10567855 or 5357406. OLE color: 5357406.
HSL color Cylindrical-coordinate representation of color #5EBF51: hue angle of 112.91º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EBF51 is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 191 | 81 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.25 |
| HSL | 112.91º | 0.46% | 0.53% | - |
| HSV(B) | 112.91º | 0.58% | 0.75% | - |
| XYZ | 24.73 | 40.24 | 14.25 | - |
| YUV | 149.46 | 89.36 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 191 | 81 | 0.51 | 0 | 0.58 | 0.25 | 112.91 | 0.46 | 0.53 |
| Hex | 5E | BF | 51 | 33 | 0 | 3A | 19 | 71 | 2E | 35 |
| Octal | 136 | 277 | 121 | 63 | 0 | 72 | 31 | 161 | 56 | 65 |
| Binary | 1011110 | 10111111 | 1010001 | 110011 | 0 | 111010 | 11001 | 1110001 | 101110 | 110101 |
Color Harmonies of #5EBF51
Complementary color
Monochromatic Colors of #5EBF51
Black with #5EBF51
Text Example
Text Example
White with #5EBF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBF51; }
p { color: rgb(94,191,81); }
H1.HeaderClassName
{
color: #5EBF51;
}
.AnyTagClassName
{
color: #5EBF51;
}
</style>
background-color css
<style>
a { background-color: #5EBF51; }
a { background-color: rgb(94,191,81); }
div.DivClassName
{
background-color: #5EBF51;
}
.BgClassName
{
background-color: #5EBF51;
}
</style>
border-color css
<style>
span { border-color: #5EBF51; }
span { border-color: rgb(94,191,81); }
td.TdClassName
{
border-color: #5EBF51;
}
.TagClassName
{
border-color: #5EBF51;
}
</style>