Shades of Apple #5ED83D
Tints of Apple #5ED83D
RGB
CMYK
RGB Variations
Color information
#5ED83D (or 0x5ED83D) is known color: Apple. HEX triplet: 5E, D8 and 3D. RGB value is (94,216,61). Sum of RGB (Red+Green+Blue) = 94+216+61=371 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.34% from 371); Green value is 216 (84.77% from 255 or 58.22% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 216 - color contains mainly: green. Hex color #5ED83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED83D is #A127C2. Grayscale: #A2A2A2. Windows color (decimal): -10561475 or 4053086. OLE color: 4053086.
HSL color Cylindrical-coordinate representation of color #5ED83D: hue angle of 107.23º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5ED83D is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 216 | 61 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.15 |
| HSL | 107.23º | 0.67% | 0.54% | - |
| HSV(B) | 107.23º | 0.72% | 0.85% | - |
| XYZ | 30.01 | 51.83 | 12.84 | - |
| YUV | 161.85 | 71.08 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 216 | 61 | 0.56 | 0 | 0.72 | 0.15 | 107.23 | 0.67 | 0.54 |
| Hex | 5E | D8 | 3D | 38 | 0 | 48 | F | 6B | 43 | 36 |
| Octal | 136 | 330 | 75 | 70 | 0 | 110 | 17 | 153 | 103 | 66 |
| Binary | 1011110 | 11011000 | 111101 | 111000 | 0 | 1001000 | 1111 | 1101011 | 1000011 | 110110 |
Color Harmonies of #5ED83D
Complementary color
Monochromatic Colors of #5ED83D
Black with #5ED83D
Text Example
Text Example
White with #5ED83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED83D; }
p { color: rgb(94,216,61); }
H1.HeaderClassName
{
color: #5ED83D;
}
.AnyTagClassName
{
color: #5ED83D;
}
</style>
background-color css
<style>
a { background-color: #5ED83D; }
a { background-color: rgb(94,216,61); }
div.DivClassName
{
background-color: #5ED83D;
}
.BgClassName
{
background-color: #5ED83D;
}
</style>
border-color css
<style>
span { border-color: #5ED83D; }
span { border-color: rgb(94,216,61); }
td.TdClassName
{
border-color: #5ED83D;
}
.TagClassName
{
border-color: #5ED83D;
}
</style>