Shades of Apple #5EAC3D
Tints of Apple #5EAC3D
RGB
CMYK
RGB Variations
Color information
#5EAC3D (or 0x5EAC3D) is known color: Apple. HEX triplet: 5E, AC and 3D. RGB value is (94,172,61). Sum of RGB (Red+Green+Blue) = 94+172+61=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 172 (67.58% from 255 or 52.60% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAC3D is #A153C2. Grayscale: #888888. Windows color (decimal): -10572739 or 4041822. OLE color: 4041822.
HSL color Cylindrical-coordinate representation of color #5EAC3D: hue angle of 102.16º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5EAC3D is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 172 | 61 | - |
| CMYK | 0.45 | 0 | 0.65 | 0.33 |
| HSL | 102.16º | 0.48% | 0.46% | - |
| HSV(B) | 102.16º | 0.65% | 0.67% | - |
| XYZ | 20.21 | 32.22 | 9.57 | - |
| YUV | 136.02 | 85.66 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 61 | 0.45 | 0 | 0.65 | 0.33 | 102.16 | 0.48 | 0.46 |
| Hex | 5E | AC | 3D | 2D | 0 | 41 | 21 | 66 | 30 | 2E |
| Octal | 136 | 254 | 75 | 55 | 0 | 101 | 41 | 146 | 60 | 56 |
| Binary | 1011110 | 10101100 | 111101 | 101101 | 0 | 1000001 | 100001 | 1100110 | 110000 | 101110 |
Color Harmonies of #5EAC3D
Complementary color
Monochromatic Colors of #5EAC3D
Black with #5EAC3D
Text Example
Text Example
White with #5EAC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAC3D; }
p { color: rgb(94,172,61); }
H1.HeaderClassName
{
color: #5EAC3D;
}
.AnyTagClassName
{
color: #5EAC3D;
}
</style>
background-color css
<style>
a { background-color: #5EAC3D; }
a { background-color: rgb(94,172,61); }
div.DivClassName
{
background-color: #5EAC3D;
}
.BgClassName
{
background-color: #5EAC3D;
}
</style>
border-color css
<style>
span { border-color: #5EAC3D; }
span { border-color: rgb(94,172,61); }
td.TdClassName
{
border-color: #5EAC3D;
}
.TagClassName
{
border-color: #5EAC3D;
}
</style>