Shades of Apple #5EE03D
Tints of Apple #5EE03D
RGB
CMYK
RGB Variations
Color information
#5EE03D (or 0x5EE03D) is known color: Apple. HEX triplet: 5E, E0 and 3D. RGB value is (94,224,61). Sum of RGB (Red+Green+Blue) = 94+224+61=379 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.80% from 379); Green value is 224 (87.89% from 255 or 59.10% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 224 - color contains mainly: green. Hex color #5EE03D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EE03D is #A11FC2. Grayscale: #A7A7A7. Windows color (decimal): -10559427 or 4055134. OLE color: 4055134.
HSL color Cylindrical-coordinate representation of color #5EE03D: hue angle of 107.85º degrees, saturation: 0.72, 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 #5EE03D is Cyan = 0.58, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 224 | 61 | - |
| CMYK | 0.58 | 0 | 0.73 | 0.12 |
| HSL | 107.85º | 0.72% | 0.56% | - |
| HSV(B) | 107.85º | 0.73% | 0.88% | - |
| XYZ | 32.11 | 56.03 | 13.54 | - |
| YUV | 166.55 | 68.43 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 224 | 61 | 0.58 | 0 | 0.73 | 0.12 | 107.85 | 0.72 | 0.56 |
| Hex | 5E | E0 | 3D | 3A | 0 | 49 | C | 6C | 48 | 38 |
| Octal | 136 | 340 | 75 | 72 | 0 | 111 | 14 | 154 | 110 | 70 |
| Binary | 1011110 | 11100000 | 111101 | 111010 | 0 | 1001001 | 1100 | 1101100 | 1001000 | 111000 |
Color Harmonies of #5EE03D
Complementary color
Monochromatic Colors of #5EE03D
Black with #5EE03D
Text Example
Text Example
White with #5EE03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE03D; }
p { color: rgb(94,224,61); }
H1.HeaderClassName
{
color: #5EE03D;
}
.AnyTagClassName
{
color: #5EE03D;
}
</style>
background-color css
<style>
a { background-color: #5EE03D; }
a { background-color: rgb(94,224,61); }
div.DivClassName
{
background-color: #5EE03D;
}
.BgClassName
{
background-color: #5EE03D;
}
</style>
border-color css
<style>
span { border-color: #5EE03D; }
span { border-color: rgb(94,224,61); }
td.TdClassName
{
border-color: #5EE03D;
}
.TagClassName
{
border-color: #5EE03D;
}
</style>