Shades of Apple #5EBC38
Tints of Apple #5EBC38
RGB
CMYK
RGB Variations
Color information
#5EBC38 (or 0x5EBC38) is known color: Apple. HEX triplet: 5E, BC and 38. RGB value is (94,188,56). Sum of RGB (Red+Green+Blue) = 94+188+56=338 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.81% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBC38 is #A143C7. Grayscale: #919191. Windows color (decimal): -10568648 or 3718238. OLE color: 3718238.
HSL color Cylindrical-coordinate representation of color #5EBC38: hue angle of 102.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5EBC38 is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 188 | 56 | - |
| CMYK | 0.50 | 0 | 0.70 | 0.26 |
| HSL | 102.73º | 0.54% | 0.48% | - |
| HSV(B) | 102.73º | 0.7% | 0.74% | - |
| XYZ | 23.31 | 38.63 | 9.97 | - |
| YUV | 144.85 | 77.86 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 56 | 0.50 | 0 | 0.70 | 0.26 | 102.73 | 0.54 | 0.48 |
| Hex | 5E | BC | 38 | 32 | 0 | 46 | 1A | 67 | 36 | 30 |
| Octal | 136 | 274 | 70 | 62 | 0 | 106 | 32 | 147 | 66 | 60 |
| Binary | 1011110 | 10111100 | 111000 | 110010 | 0 | 1000110 | 11010 | 1100111 | 110110 | 110000 |
Color Harmonies of #5EBC38
Complementary color
Monochromatic Colors of #5EBC38
Black with #5EBC38
Text Example
Text Example
White with #5EBC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBC38; }
p { color: rgb(94,188,56); }
H1.HeaderClassName
{
color: #5EBC38;
}
.AnyTagClassName
{
color: #5EBC38;
}
</style>
background-color css
<style>
a { background-color: #5EBC38; }
a { background-color: rgb(94,188,56); }
div.DivClassName
{
background-color: #5EBC38;
}
.BgClassName
{
background-color: #5EBC38;
}
</style>
border-color css
<style>
span { border-color: #5EBC38; }
span { border-color: rgb(94,188,56); }
td.TdClassName
{
border-color: #5EBC38;
}
.TagClassName
{
border-color: #5EBC38;
}
</style>