Shades of Apple #5EC953
Tints of Apple #5EC953
RGB
CMYK
RGB Variations
Color information
#5EC953 (or 0x5EC953) is known color: Apple. HEX triplet: 5E, C9 and 53. RGB value is (94,201,83). Sum of RGB (Red+Green+Blue) = 94+201+83=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 201 (78.91% from 255 or 53.17% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 201 - color contains mainly: green. Hex color #5EC953 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC953 is #A136AC. Grayscale: #9B9B9B. Windows color (decimal): -10565293 or 5491038. OLE color: 5491038.
HSL color Cylindrical-coordinate representation of color #5EC953: hue angle of 114.41º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5EC953 is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 201 | 83 | - |
| CMYK | 0.53 | 0 | 0.59 | 0.21 |
| HSL | 114.41º | 0.52% | 0.56% | - |
| HSV(B) | 114.41º | 0.59% | 0.79% | - |
| XYZ | 27.06 | 44.78 | 15.4 | - |
| YUV | 155.56 | 87.05 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 201 | 83 | 0.53 | 0 | 0.59 | 0.21 | 114.41 | 0.52 | 0.56 |
| Hex | 5E | C9 | 53 | 35 | 0 | 3B | 15 | 72 | 34 | 38 |
| Octal | 136 | 311 | 123 | 65 | 0 | 73 | 25 | 162 | 64 | 70 |
| Binary | 1011110 | 11001001 | 1010011 | 110101 | 0 | 111011 | 10101 | 1110010 | 110100 | 111000 |
Color Harmonies of #5EC953
Complementary color
Monochromatic Colors of #5EC953
Black with #5EC953
Text Example
Text Example
White with #5EC953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC953; }
p { color: rgb(94,201,83); }
H1.HeaderClassName
{
color: #5EC953;
}
.AnyTagClassName
{
color: #5EC953;
}
</style>
background-color css
<style>
a { background-color: #5EC953; }
a { background-color: rgb(94,201,83); }
div.DivClassName
{
background-color: #5EC953;
}
.BgClassName
{
background-color: #5EC953;
}
</style>
border-color css
<style>
span { border-color: #5EC953; }
span { border-color: rgb(94,201,83); }
td.TdClassName
{
border-color: #5EC953;
}
.TagClassName
{
border-color: #5EC953;
}
</style>