Shades of Apple #5ED44B
Tints of Apple #5ED44B
RGB
CMYK
RGB Variations
Color information
#5ED44B (or 0x5ED44B) is known color: Apple. HEX triplet: 5E, D4 and 4B. RGB value is (94,212,75). Sum of RGB (Red+Green+Blue) = 94+212+75=381 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.67% from 381); Green value is 212 (83.20% from 255 or 55.64% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 212 - color contains mainly: green. Hex color #5ED44B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED44B is #A12BB4. Grayscale: #A1A1A1. Windows color (decimal): -10562485 or 4969566. OLE color: 4969566.
HSL color Cylindrical-coordinate representation of color #5ED44B: hue angle of 111.68º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5ED44B is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 94 | 212 | 75 | - |
| CMYK | 0.56 | 0 | 0.65 | 0.17 |
| HSL | 111.68º | 0.61% | 0.56% | - |
| HSV(B) | 111.68º | 0.65% | 0.83% | - |
| XYZ | 29.43 | 49.97 | 14.75 | - |
| YUV | 161.1 | 79.41 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 212 | 75 | 0.56 | 0 | 0.65 | 0.17 | 111.68 | 0.61 | 0.56 |
| Hex | 5E | D4 | 4B | 38 | 0 | 41 | 11 | 70 | 3D | 38 |
| Octal | 136 | 324 | 113 | 70 | 0 | 101 | 21 | 160 | 75 | 70 |
| Binary | 1011110 | 11010100 | 1001011 | 111000 | 0 | 1000001 | 10001 | 1110000 | 111101 | 111000 |
Color Harmonies of #5ED44B
Complementary color
Monochromatic Colors of #5ED44B
Black with #5ED44B
Text Example
Text Example
White with #5ED44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED44B; }
p { color: rgb(94,212,75); }
H1.HeaderClassName
{
color: #5ED44B;
}
.AnyTagClassName
{
color: #5ED44B;
}
</style>
background-color css
<style>
a { background-color: #5ED44B; }
a { background-color: rgb(94,212,75); }
div.DivClassName
{
background-color: #5ED44B;
}
.BgClassName
{
background-color: #5ED44B;
}
</style>
border-color css
<style>
span { border-color: #5ED44B; }
span { border-color: rgb(94,212,75); }
td.TdClassName
{
border-color: #5ED44B;
}
.TagClassName
{
border-color: #5ED44B;
}
</style>