Shades of Apple #5EB345
Tints of Apple #5EB345
RGB
CMYK
RGB Variations
Color information
#5EB345 (or 0x5EB345) is known color: Apple. HEX triplet: 5E, B3 and 45. RGB value is (94,179,69). Sum of RGB (Red+Green+Blue) = 94+179+69=342 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.49% from 342); Green value is 179 (70.31% from 255 or 52.34% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 179 - color contains mainly: green. Hex color #5EB345 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EB345 is #A14CBA. Grayscale: #8D8D8D. Windows color (decimal): -10570939 or 4567902. OLE color: 4567902.
HSL color Cylindrical-coordinate representation of color #5EB345: hue angle of 106.36º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EB345 is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 94 | 179 | 69 | - |
| CMYK | 0.47 | 0 | 0.61 | 0.30 |
| HSL | 106.36º | 0.44% | 0.49% | - |
| HSV(B) | 106.36º | 0.61% | 0.7% | - |
| XYZ | 21.81 | 35.05 | 11.25 | - |
| YUV | 141.05 | 87.34 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 179 | 69 | 0.47 | 0 | 0.61 | 0.30 | 106.36 | 0.44 | 0.49 |
| Hex | 5E | B3 | 45 | 2F | 0 | 3D | 1E | 6A | 2C | 31 |
| Octal | 136 | 263 | 105 | 57 | 0 | 75 | 36 | 152 | 54 | 61 |
| Binary | 1011110 | 10110011 | 1000101 | 101111 | 0 | 111101 | 11110 | 1101010 | 101100 | 110001 |
Color Harmonies of #5EB345
Complementary color
Monochromatic Colors of #5EB345
Black with #5EB345
Text Example
Text Example
White with #5EB345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EB345; }
p { color: rgb(94,179,69); }
H1.HeaderClassName
{
color: #5EB345;
}
.AnyTagClassName
{
color: #5EB345;
}
</style>
background-color css
<style>
a { background-color: #5EB345; }
a { background-color: rgb(94,179,69); }
div.DivClassName
{
background-color: #5EB345;
}
.BgClassName
{
background-color: #5EB345;
}
</style>
border-color css
<style>
span { border-color: #5EB345; }
span { border-color: rgb(94,179,69); }
td.TdClassName
{
border-color: #5EB345;
}
.TagClassName
{
border-color: #5EB345;
}
</style>