Shades of Apple #5ED03D
Tints of Apple #5ED03D
RGB
CMYK
RGB Variations
Color information
#5ED03D (or 0x5ED03D) is known color: Apple. HEX triplet: 5E, D0 and 3D. RGB value is (94,208,61). Sum of RGB (Red+Green+Blue) = 94+208+61=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 208 (81.64% from 255 or 57.30% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED03D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED03D is #A12FC2. Grayscale: #9D9D9D. Windows color (decimal): -10563523 or 4051038. OLE color: 4051038.
HSL color Cylindrical-coordinate representation of color #5ED03D: hue angle of 106.53º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5ED03D is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 208 | 61 | - |
| CMYK | 0.55 | 0 | 0.71 | 0.18 |
| HSL | 106.53º | 0.61% | 0.53% | - |
| HSV(B) | 106.53º | 0.71% | 0.82% | - |
| XYZ | 28.01 | 47.83 | 12.17 | - |
| YUV | 157.16 | 73.73 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 208 | 61 | 0.55 | 0 | 0.71 | 0.18 | 106.53 | 0.61 | 0.53 |
| Hex | 5E | D0 | 3D | 37 | 0 | 47 | 12 | 6B | 3D | 35 |
| Octal | 136 | 320 | 75 | 67 | 0 | 107 | 22 | 153 | 75 | 65 |
| Binary | 1011110 | 11010000 | 111101 | 110111 | 0 | 1000111 | 10010 | 1101011 | 111101 | 110101 |
Color Harmonies of #5ED03D
Complementary color
Monochromatic Colors of #5ED03D
Black with #5ED03D
Text Example
Text Example
White with #5ED03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED03D; }
p { color: rgb(94,208,61); }
H1.HeaderClassName
{
color: #5ED03D;
}
.AnyTagClassName
{
color: #5ED03D;
}
</style>
background-color css
<style>
a { background-color: #5ED03D; }
a { background-color: rgb(94,208,61); }
div.DivClassName
{
background-color: #5ED03D;
}
.BgClassName
{
background-color: #5ED03D;
}
</style>
border-color css
<style>
span { border-color: #5ED03D; }
span { border-color: rgb(94,208,61); }
td.TdClassName
{
border-color: #5ED03D;
}
.TagClassName
{
border-color: #5ED03D;
}
</style>