Shades of Apple #5EC536
Tints of Apple #5EC536
RGB
CMYK
RGB Variations
Color information
#5EC536 (or 0x5EC536) is known color: Apple. HEX triplet: 5E, C5 and 36. RGB value is (94,197,54). Sum of RGB (Red+Green+Blue) = 94+197+54=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 197 (77.34% from 255 or 57.10% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 197 - color contains mainly: green. Hex color #5EC536 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC536 is #A13AC9. Grayscale: #969696. Windows color (decimal): -10566346 or 3589470. OLE color: 3589470.
HSL color Cylindrical-coordinate representation of color #5EC536: hue angle of 103.22º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5EC536 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 94 | 197 | 54 | - |
| CMYK | 0.52 | 0 | 0.73 | 0.23 |
| HSL | 103.22º | 0.57% | 0.49% | - |
| HSV(B) | 103.22º | 0.73% | 0.77% | - |
| XYZ | 25.25 | 42.58 | 10.38 | - |
| YUV | 149.9 | 73.88 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 197 | 54 | 0.52 | 0 | 0.73 | 0.23 | 103.22 | 0.57 | 0.49 |
| Hex | 5E | C5 | 36 | 34 | 0 | 49 | 17 | 67 | 39 | 31 |
| Octal | 136 | 305 | 66 | 64 | 0 | 111 | 27 | 147 | 71 | 61 |
| Binary | 1011110 | 11000101 | 110110 | 110100 | 0 | 1001001 | 10111 | 1100111 | 111001 | 110001 |
Color Harmonies of #5EC536
Complementary color
Monochromatic Colors of #5EC536
Black with #5EC536
Text Example
Text Example
White with #5EC536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC536; }
p { color: rgb(94,197,54); }
H1.HeaderClassName
{
color: #5EC536;
}
.AnyTagClassName
{
color: #5EC536;
}
</style>
background-color css
<style>
a { background-color: #5EC536; }
a { background-color: rgb(94,197,54); }
div.DivClassName
{
background-color: #5EC536;
}
.BgClassName
{
background-color: #5EC536;
}
</style>
border-color css
<style>
span { border-color: #5EC536; }
span { border-color: rgb(94,197,54); }
td.TdClassName
{
border-color: #5EC536;
}
.TagClassName
{
border-color: #5EC536;
}
</style>