Shades of Apple #5ECC36
Tints of Apple #5ECC36
RGB
CMYK
RGB Variations
Color information
#5ECC36 (or 0x5ECC36) is known color: Apple. HEX triplet: 5E, CC and 36. RGB value is (94,204,54). Sum of RGB (Red+Green+Blue) = 94+204+54=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 204 (80.08% from 255 or 57.95% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 204 - color contains mainly: green. Hex color #5ECC36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ECC36 is #A133C9. Grayscale: #9A9A9A. Windows color (decimal): -10564554 or 3591262. OLE color: 3591262.
HSL color Cylindrical-coordinate representation of color #5ECC36: hue angle of 104º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5ECC36 is Cyan = 0.54, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 204 | 54 | - |
| CMYK | 0.54 | 0 | 0.74 | 0.2 |
| HSL | 104º | 0.6% | 0.51% | - |
| HSV(B) | 104º | 0.74% | 0.8% | - |
| XYZ | 26.87 | 45.83 | 10.92 | - |
| YUV | 154.01 | 71.56 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 204 | 54 | 0.54 | 0 | 0.74 | 0.2 | 104 | 0.6 | 0.51 |
| Hex | 5E | CC | 36 | 36 | 0 | 4A | 14 | 68 | 3C | 33 |
| Octal | 136 | 314 | 66 | 66 | 0 | 112 | 24 | 150 | 74 | 63 |
| Binary | 1011110 | 11001100 | 110110 | 110110 | 0 | 1001010 | 10100 | 1101000 | 111100 | 110011 |
Color Harmonies of #5ECC36
Complementary color
Monochromatic Colors of #5ECC36
Black with #5ECC36
Text Example
Text Example
White with #5ECC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECC36; }
p { color: rgb(94,204,54); }
H1.HeaderClassName
{
color: #5ECC36;
}
.AnyTagClassName
{
color: #5ECC36;
}
</style>
background-color css
<style>
a { background-color: #5ECC36; }
a { background-color: rgb(94,204,54); }
div.DivClassName
{
background-color: #5ECC36;
}
.BgClassName
{
background-color: #5ECC36;
}
</style>
border-color css
<style>
span { border-color: #5ECC36; }
span { border-color: rgb(94,204,54); }
td.TdClassName
{
border-color: #5ECC36;
}
.TagClassName
{
border-color: #5ECC36;
}
</style>