Shades of Apple #5EC94B
Tints of Apple #5EC94B
RGB
CMYK
RGB Variations
Color information
#5EC94B (or 0x5EC94B) is known color: Apple. HEX triplet: 5E, C9 and 4B. RGB value is (94,201,75). Sum of RGB (Red+Green+Blue) = 94+201+75=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 201 (78.91% from 255 or 54.32% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 201 - color contains mainly: green. Hex color #5EC94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC94B is #A136B4. Grayscale: #9B9B9B. Windows color (decimal): -10565301 or 4966750. OLE color: 4966750.
HSL color Cylindrical-coordinate representation of color #5EC94B: hue angle of 110.95º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EC94B is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 201 | 75 | - |
| CMYK | 0.53 | 0 | 0.63 | 0.21 |
| HSL | 110.95º | 0.54% | 0.54% | - |
| HSV(B) | 110.95º | 0.63% | 0.79% | - |
| XYZ | 26.77 | 44.66 | 13.87 | - |
| YUV | 154.64 | 83.05 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 201 | 75 | 0.53 | 0 | 0.63 | 0.21 | 110.95 | 0.54 | 0.54 |
| Hex | 5E | C9 | 4B | 35 | 0 | 3F | 15 | 6F | 36 | 36 |
| Octal | 136 | 311 | 113 | 65 | 0 | 77 | 25 | 157 | 66 | 66 |
| Binary | 1011110 | 11001001 | 1001011 | 110101 | 0 | 111111 | 10101 | 1101111 | 110110 | 110110 |
Color Harmonies of #5EC94B
Complementary color
Monochromatic Colors of #5EC94B
Black with #5EC94B
Text Example
Text Example
White with #5EC94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC94B; }
p { color: rgb(94,201,75); }
H1.HeaderClassName
{
color: #5EC94B;
}
.AnyTagClassName
{
color: #5EC94B;
}
</style>
background-color css
<style>
a { background-color: #5EC94B; }
a { background-color: rgb(94,201,75); }
div.DivClassName
{
background-color: #5EC94B;
}
.BgClassName
{
background-color: #5EC94B;
}
</style>
border-color css
<style>
span { border-color: #5EC94B; }
span { border-color: rgb(94,201,75); }
td.TdClassName
{
border-color: #5EC94B;
}
.TagClassName
{
border-color: #5EC94B;
}
</style>