Shades of Apple #5BD94D
Tints of Apple #5BD94D
RGB
CMYK
RGB Variations
Color information
#5BD94D (or 0x5BD94D) is known color: Apple. HEX triplet: 5B, D9 and 4D. RGB value is (91,217,77). Sum of RGB (Red+Green+Blue) = 91+217+77=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 217 (85.16% from 255 or 56.36% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 217 - color contains mainly: green. Hex color #5BD94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD94D is #A426B2. Grayscale: #A3A3A3. Windows color (decimal): -10757811 or 5101915. OLE color: 5101915.
HSL color Cylindrical-coordinate representation of color #5BD94D: hue angle of 114º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5BD94D is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 217 | 77 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.15 |
| HSL | 114º | 0.65% | 0.58% | - |
| HSV(B) | 114º | 0.65% | 0.85% | - |
| XYZ | 30.47 | 52.39 | 15.53 | - |
| YUV | 163.37 | 79.26 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 217 | 77 | 0.58 | 0 | 0.65 | 0.15 | 114 | 0.65 | 0.58 |
| Hex | 5B | D9 | 4D | 3A | 0 | 41 | F | 72 | 41 | 3A |
| Octal | 133 | 331 | 115 | 72 | 0 | 101 | 17 | 162 | 101 | 72 |
| Binary | 1011011 | 11011001 | 1001101 | 111010 | 0 | 1000001 | 1111 | 1110010 | 1000001 | 111010 |
Color Harmonies of #5BD94D
Complementary color
Monochromatic Colors of #5BD94D
Black with #5BD94D
Text Example
Text Example
White with #5BD94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD94D; }
p { color: rgb(91,217,77); }
H1.HeaderClassName
{
color: #5BD94D;
}
.AnyTagClassName
{
color: #5BD94D;
}
</style>
background-color css
<style>
a { background-color: #5BD94D; }
a { background-color: rgb(91,217,77); }
div.DivClassName
{
background-color: #5BD94D;
}
.BgClassName
{
background-color: #5BD94D;
}
</style>
border-color css
<style>
span { border-color: #5BD94D; }
span { border-color: rgb(91,217,77); }
td.TdClassName
{
border-color: #5BD94D;
}
.TagClassName
{
border-color: #5BD94D;
}
</style>