Shades of Apple #5EE13D
Tints of Apple #5EE13D
RGB
CMYK
RGB Variations
Color information
#5EE13D (or 0x5EE13D) is known color: Apple. HEX triplet: 5E, E1 and 3D. RGB value is (94,225,61). Sum of RGB (Red+Green+Blue) = 94+225+61=380 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.74% from 380); Green value is 225 (88.28% from 255 or 59.21% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 225 - color contains mainly: green. Hex color #5EE13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EE13D is #A11EC2. Grayscale: #A7A7A7. Windows color (decimal): -10559171 or 4055390. OLE color: 4055390.
HSL color Cylindrical-coordinate representation of color #5EE13D: hue angle of 107.93º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5EE13D is Cyan = 0.58, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 225 | 61 | - |
| CMYK | 0.58 | 0 | 0.73 | 0.12 |
| HSL | 107.93º | 0.73% | 0.56% | - |
| HSV(B) | 107.93º | 0.73% | 0.88% | - |
| XYZ | 32.38 | 56.57 | 13.63 | - |
| YUV | 167.14 | 68.1 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 225 | 61 | 0.58 | 0 | 0.73 | 0.12 | 107.93 | 0.73 | 0.56 |
| Hex | 5E | E1 | 3D | 3A | 0 | 49 | C | 6C | 49 | 38 |
| Octal | 136 | 341 | 75 | 72 | 0 | 111 | 14 | 154 | 111 | 70 |
| Binary | 1011110 | 11100001 | 111101 | 111010 | 0 | 1001001 | 1100 | 1101100 | 1001001 | 111000 |
Color Harmonies of #5EE13D
Complementary color
Monochromatic Colors of #5EE13D
Black with #5EE13D
Text Example
Text Example
White with #5EE13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE13D; }
p { color: rgb(94,225,61); }
H1.HeaderClassName
{
color: #5EE13D;
}
.AnyTagClassName
{
color: #5EE13D;
}
</style>
background-color css
<style>
a { background-color: #5EE13D; }
a { background-color: rgb(94,225,61); }
div.DivClassName
{
background-color: #5EE13D;
}
.BgClassName
{
background-color: #5EE13D;
}
</style>
border-color css
<style>
span { border-color: #5EE13D; }
span { border-color: rgb(94,225,61); }
td.TdClassName
{
border-color: #5EE13D;
}
.TagClassName
{
border-color: #5EE13D;
}
</style>