Shades of Apple #5EBC3C
Tints of Apple #5EBC3C
RGB
CMYK
RGB Variations
Color information
#5EBC3C (or 0x5EBC3C) is known color: Apple. HEX triplet: 5E, BC and 3C. RGB value is (94,188,60). Sum of RGB (Red+Green+Blue) = 94+188+60=342 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.49% from 342); Green value is 188 (73.83% from 255 or 54.97% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBC3C is #A143C3. Grayscale: #919191. Windows color (decimal): -10568644 or 3980382. OLE color: 3980382.
HSL color Cylindrical-coordinate representation of color #5EBC3C: hue angle of 104.06º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5EBC3C is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 188 | 60 | - |
| CMYK | 0.50 | 0 | 0.68 | 0.26 |
| HSL | 104.06º | 0.52% | 0.49% | - |
| HSV(B) | 104.06º | 0.68% | 0.74% | - |
| XYZ | 23.41 | 38.67 | 10.51 | - |
| YUV | 145.3 | 79.86 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 60 | 0.50 | 0 | 0.68 | 0.26 | 104.06 | 0.52 | 0.49 |
| Hex | 5E | BC | 3C | 32 | 0 | 44 | 1A | 68 | 34 | 31 |
| Octal | 136 | 274 | 74 | 62 | 0 | 104 | 32 | 150 | 64 | 61 |
| Binary | 1011110 | 10111100 | 111100 | 110010 | 0 | 1000100 | 11010 | 1101000 | 110100 | 110001 |
Color Harmonies of #5EBC3C
Complementary color
Monochromatic Colors of #5EBC3C
Black with #5EBC3C
Text Example
Text Example
White with #5EBC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBC3C; }
p { color: rgb(94,188,60); }
H1.HeaderClassName
{
color: #5EBC3C;
}
.AnyTagClassName
{
color: #5EBC3C;
}
</style>
background-color css
<style>
a { background-color: #5EBC3C; }
a { background-color: rgb(94,188,60); }
div.DivClassName
{
background-color: #5EBC3C;
}
.BgClassName
{
background-color: #5EBC3C;
}
</style>
border-color css
<style>
span { border-color: #5EBC3C; }
span { border-color: rgb(94,188,60); }
td.TdClassName
{
border-color: #5EBC3C;
}
.TagClassName
{
border-color: #5EBC3C;
}
</style>