Shades of Apple #5EB43C
Tints of Apple #5EB43C
RGB
CMYK
RGB Variations
Color information
#5EB43C (or 0x5EB43C) is known color: Apple. HEX triplet: 5E, B4 and 3C. RGB value is (94,180,60). Sum of RGB (Red+Green+Blue) = 94+180+60=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 180 (70.70% from 255 or 53.89% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 180 - color contains mainly: green. Hex color #5EB43C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EB43C is #A14BC3. Grayscale: #8C8C8C. Windows color (decimal): -10570692 or 3978334. OLE color: 3978334.
HSL color Cylindrical-coordinate representation of color #5EB43C: hue angle of 103º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5EB43C is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 94 | 180 | 60 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.29 |
| HSL | 103º | 0.5% | 0.47% | - |
| HSV(B) | 103º | 0.67% | 0.71% | - |
| XYZ | 21.75 | 35.35 | 9.95 | - |
| YUV | 140.61 | 82.51 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 180 | 60 | 0.48 | 0 | 0.67 | 0.29 | 103 | 0.5 | 0.47 |
| Hex | 5E | B4 | 3C | 30 | 0 | 43 | 1D | 67 | 32 | 2F |
| Octal | 136 | 264 | 74 | 60 | 0 | 103 | 35 | 147 | 62 | 57 |
| Binary | 1011110 | 10110100 | 111100 | 110000 | 0 | 1000011 | 11101 | 1100111 | 110010 | 101111 |
Color Harmonies of #5EB43C
Complementary color
Monochromatic Colors of #5EB43C
Black with #5EB43C
Text Example
Text Example
White with #5EB43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EB43C; }
p { color: rgb(94,180,60); }
H1.HeaderClassName
{
color: #5EB43C;
}
.AnyTagClassName
{
color: #5EB43C;
}
</style>
background-color css
<style>
a { background-color: #5EB43C; }
a { background-color: rgb(94,180,60); }
div.DivClassName
{
background-color: #5EB43C;
}
.BgClassName
{
background-color: #5EB43C;
}
</style>
border-color css
<style>
span { border-color: #5EB43C; }
span { border-color: rgb(94,180,60); }
td.TdClassName
{
border-color: #5EB43C;
}
.TagClassName
{
border-color: #5EB43C;
}
</style>