Shades of Apple #5EB932
Tints of Apple #5EB932
RGB
CMYK
RGB Variations
Color information
#5EB932 (or 0x5EB932) is known color: Apple. HEX triplet: 5E, B9 and 32. RGB value is (94,185,50). Sum of RGB (Red+Green+Blue) = 94+185+50=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 185 (72.66% from 255 or 56.23% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 185 - color contains mainly: green. Hex color #5EB932 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EB932 is #A146CD. Grayscale: #8E8E8E. Windows color (decimal): -10569422 or 3324254. OLE color: 3324254.
HSL color Cylindrical-coordinate representation of color #5EB932: hue angle of 100.44º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5EB932 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 185 | 50 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.27 |
| HSL | 100.44º | 0.57% | 0.46% | - |
| HSV(B) | 100.44º | 0.73% | 0.73% | - |
| XYZ | 22.54 | 37.31 | 9.03 | - |
| YUV | 142.4 | 75.85 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 185 | 50 | 0.49 | 0 | 0.73 | 0.27 | 100.44 | 0.57 | 0.46 |
| Hex | 5E | B9 | 32 | 31 | 0 | 49 | 1B | 64 | 39 | 2E |
| Octal | 136 | 271 | 62 | 61 | 0 | 111 | 33 | 144 | 71 | 56 |
| Binary | 1011110 | 10111001 | 110010 | 110001 | 0 | 1001001 | 11011 | 1100100 | 111001 | 101110 |
Color Harmonies of #5EB932
Complementary color
Monochromatic Colors of #5EB932
Black with #5EB932
Text Example
Text Example
White with #5EB932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EB932; }
p { color: rgb(94,185,50); }
H1.HeaderClassName
{
color: #5EB932;
}
.AnyTagClassName
{
color: #5EB932;
}
</style>
background-color css
<style>
a { background-color: #5EB932; }
a { background-color: rgb(94,185,50); }
div.DivClassName
{
background-color: #5EB932;
}
.BgClassName
{
background-color: #5EB932;
}
</style>
border-color css
<style>
span { border-color: #5EB932; }
span { border-color: rgb(94,185,50); }
td.TdClassName
{
border-color: #5EB932;
}
.TagClassName
{
border-color: #5EB932;
}
</style>