Shades of Apple #5EBC2F
Tints of Apple #5EBC2F
RGB
CMYK
RGB Variations
Color information
#5EBC2F (or 0x5EBC2F) is known color: Apple. HEX triplet: 5E, BC and 2F. RGB value is (94,188,47). Sum of RGB (Red+Green+Blue) = 94+188+47=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBC2F is #A143D0. Grayscale: #909090. Windows color (decimal): -10568657 or 3128414. OLE color: 3128414.
HSL color Cylindrical-coordinate representation of color #5EBC2F: hue angle of 100º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5EBC2F is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 188 | 47 | - |
| CMYK | 0.50 | 0 | 0.75 | 0.26 |
| HSL | 100º | 0.6% | 0.46% | - |
| HSV(B) | 100º | 0.75% | 0.74% | - |
| XYZ | 23.11 | 38.55 | 8.91 | - |
| YUV | 143.82 | 73.36 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 47 | 0.50 | 0 | 0.75 | 0.26 | 100 | 0.6 | 0.46 |
| Hex | 5E | BC | 2F | 32 | 0 | 4B | 1A | 64 | 3C | 2E |
| Octal | 136 | 274 | 57 | 62 | 0 | 113 | 32 | 144 | 74 | 56 |
| Binary | 1011110 | 10111100 | 101111 | 110010 | 0 | 1001011 | 11010 | 1100100 | 111100 | 101110 |
Color Harmonies of #5EBC2F
Complementary color
Monochromatic Colors of #5EBC2F
Black with #5EBC2F
Text Example
Text Example
White with #5EBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBC2F; }
p { color: rgb(94,188,47); }
H1.HeaderClassName
{
color: #5EBC2F;
}
.AnyTagClassName
{
color: #5EBC2F;
}
</style>
background-color css
<style>
a { background-color: #5EBC2F; }
a { background-color: rgb(94,188,47); }
div.DivClassName
{
background-color: #5EBC2F;
}
.BgClassName
{
background-color: #5EBC2F;
}
</style>
border-color css
<style>
span { border-color: #5EBC2F; }
span { border-color: rgb(94,188,47); }
td.TdClassName
{
border-color: #5EBC2F;
}
.TagClassName
{
border-color: #5EBC2F;
}
</style>