Shades of Apple #5E9941
Tints of Apple #5E9941
RGB
CMYK
RGB Variations
Color information
#5E9941 (or 0x5E9941) is known color: Apple. HEX triplet: 5E, 99 and 41. RGB value is (94,153,65). Sum of RGB (Red+Green+Blue) = 94+153+65=312 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.13% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #5E9941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9941 is #A166BE. Grayscale: #7D7D7D. Windows color (decimal): -10577599 or 4299102. OLE color: 4299102.
HSL color Cylindrical-coordinate representation of color #5E9941: hue angle of 100.23º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E9941 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 153 | 65 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.4 |
| HSL | 100.23º | 0.4% | 0.43% | - |
| HSV(B) | 100.23º | 0.58% | 0.6% | - |
| XYZ | 16.96 | 25.54 | 9.04 | - |
| YUV | 125.33 | 93.95 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 153 | 65 | 0.39 | 0 | 0.58 | 0.4 | 100.23 | 0.4 | 0.43 |
| Hex | 5E | 99 | 41 | 27 | 0 | 3A | 28 | 64 | 28 | 2B |
| Octal | 136 | 231 | 101 | 47 | 0 | 72 | 50 | 144 | 50 | 53 |
| Binary | 1011110 | 10011001 | 1000001 | 100111 | 0 | 111010 | 101000 | 1100100 | 101000 | 101011 |
Color Harmonies of #5E9941
Complementary color
Monochromatic Colors of #5E9941
Black with #5E9941
Text Example
Text Example
White with #5E9941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9941; }
p { color: rgb(94,153,65); }
H1.HeaderClassName
{
color: #5E9941;
}
.AnyTagClassName
{
color: #5E9941;
}
</style>
background-color css
<style>
a { background-color: #5E9941; }
a { background-color: rgb(94,153,65); }
div.DivClassName
{
background-color: #5E9941;
}
.BgClassName
{
background-color: #5E9941;
}
</style>
border-color css
<style>
span { border-color: #5E9941; }
span { border-color: rgb(94,153,65); }
td.TdClassName
{
border-color: #5E9941;
}
.TagClassName
{
border-color: #5E9941;
}
</style>