Shades of Apple #5ECC48
Tints of Apple #5ECC48
RGB
CMYK
RGB Variations
Color information
#5ECC48 (or 0x5ECC48) is known color: Apple. HEX triplet: 5E, CC and 48. RGB value is (94,204,72). Sum of RGB (Red+Green+Blue) = 94+204+72=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 204 (80.08% from 255 or 55.14% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 204 - color contains mainly: green. Hex color #5ECC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ECC48 is #A133B7. Grayscale: #9C9C9C. Windows color (decimal): -10564536 or 4770910. OLE color: 4770910.
HSL color Cylindrical-coordinate representation of color #5ECC48: hue angle of 110º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5ECC48 is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 204 | 72 | - |
| CMYK | 0.54 | 0 | 0.65 | 0.2 |
| HSL | 110º | 0.56% | 0.54% | - |
| HSV(B) | 110º | 0.65% | 0.8% | - |
| XYZ | 27.38 | 46.03 | 13.57 | - |
| YUV | 156.06 | 80.56 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 204 | 72 | 0.54 | 0 | 0.65 | 0.2 | 110 | 0.56 | 0.54 |
| Hex | 5E | CC | 48 | 36 | 0 | 41 | 14 | 6E | 38 | 36 |
| Octal | 136 | 314 | 110 | 66 | 0 | 101 | 24 | 156 | 70 | 66 |
| Binary | 1011110 | 11001100 | 1001000 | 110110 | 0 | 1000001 | 10100 | 1101110 | 111000 | 110110 |
Color Harmonies of #5ECC48
Complementary color
Monochromatic Colors of #5ECC48
Black with #5ECC48
Text Example
Text Example
White with #5ECC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECC48; }
p { color: rgb(94,204,72); }
H1.HeaderClassName
{
color: #5ECC48;
}
.AnyTagClassName
{
color: #5ECC48;
}
</style>
background-color css
<style>
a { background-color: #5ECC48; }
a { background-color: rgb(94,204,72); }
div.DivClassName
{
background-color: #5ECC48;
}
.BgClassName
{
background-color: #5ECC48;
}
</style>
border-color css
<style>
span { border-color: #5ECC48; }
span { border-color: rgb(94,204,72); }
td.TdClassName
{
border-color: #5ECC48;
}
.TagClassName
{
border-color: #5ECC48;
}
</style>