Shades of Apple #5E9F45
Tints of Apple #5E9F45
RGB
CMYK
RGB Variations
Color information
#5E9F45 (or 0x5E9F45) is known color: Apple. HEX triplet: 5E, 9F and 45. RGB value is (94,159,69). Sum of RGB (Red+Green+Blue) = 94+159+69=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 159 (62.5% from 255 or 49.38% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 159 - color contains mainly: green. Hex color #5E9F45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9F45 is #A160BA. Grayscale: #818181. Windows color (decimal): -10576059 or 4562782. OLE color: 4562782.
HSL color Cylindrical-coordinate representation of color #5E9F45: hue angle of 103.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E9F45 is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 159 | 69 | - |
| CMYK | 0.41 | 0 | 0.57 | 0.38 |
| HSL | 103.33º | 0.39% | 0.45% | - |
| HSV(B) | 103.33º | 0.57% | 0.62% | - |
| XYZ | 18.09 | 27.61 | 10.01 | - |
| YUV | 129.31 | 93.97 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 159 | 69 | 0.41 | 0 | 0.57 | 0.38 | 103.33 | 0.39 | 0.45 |
| Hex | 5E | 9F | 45 | 29 | 0 | 39 | 26 | 67 | 27 | 2D |
| Octal | 136 | 237 | 105 | 51 | 0 | 71 | 46 | 147 | 47 | 55 |
| Binary | 1011110 | 10011111 | 1000101 | 101001 | 0 | 111001 | 100110 | 1100111 | 100111 | 101101 |
Color Harmonies of #5E9F45
Complementary color
Monochromatic Colors of #5E9F45
Black with #5E9F45
Text Example
Text Example
White with #5E9F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9F45; }
p { color: rgb(94,159,69); }
H1.HeaderClassName
{
color: #5E9F45;
}
.AnyTagClassName
{
color: #5E9F45;
}
</style>
background-color css
<style>
a { background-color: #5E9F45; }
a { background-color: rgb(94,159,69); }
div.DivClassName
{
background-color: #5E9F45;
}
.BgClassName
{
background-color: #5E9F45;
}
</style>
border-color css
<style>
span { border-color: #5E9F45; }
span { border-color: rgb(94,159,69); }
td.TdClassName
{
border-color: #5E9F45;
}
.TagClassName
{
border-color: #5E9F45;
}
</style>