Shades of Apple #5BD44D
Tints of Apple #5BD44D
RGB
CMYK
RGB Variations
Color information
#5BD44D (or 0x5BD44D) is known color: Apple. HEX triplet: 5B, D4 and 4D. RGB value is (91,212,77). Sum of RGB (Red+Green+Blue) = 91+212+77=380 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.95% from 380); Green value is 212 (83.20% from 255 or 55.79% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 212 - color contains mainly: green. Hex color #5BD44D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD44D is #A42BB2. Grayscale: #A0A0A0. Windows color (decimal): -10759091 or 5100635. OLE color: 5100635.
HSL color Cylindrical-coordinate representation of color #5BD44D: hue angle of 113.78º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BD44D is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 91 | 212 | 77 | - |
| CMYK | 0.57 | 0 | 0.64 | 0.17 |
| HSL | 113.78º | 0.61% | 0.57% | - |
| HSV(B) | 113.78º | 0.64% | 0.83% | - |
| XYZ | 29.2 | 49.85 | 15.1 | - |
| YUV | 160.43 | 80.91 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 212 | 77 | 0.57 | 0 | 0.64 | 0.17 | 113.78 | 0.61 | 0.57 |
| Hex | 5B | D4 | 4D | 39 | 0 | 40 | 11 | 72 | 3D | 39 |
| Octal | 133 | 324 | 115 | 71 | 0 | 100 | 21 | 162 | 75 | 71 |
| Binary | 1011011 | 11010100 | 1001101 | 111001 | 0 | 1000000 | 10001 | 1110010 | 111101 | 111001 |
Color Harmonies of #5BD44D
Complementary color
Monochromatic Colors of #5BD44D
Black with #5BD44D
Text Example
Text Example
White with #5BD44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD44D; }
p { color: rgb(91,212,77); }
H1.HeaderClassName
{
color: #5BD44D;
}
.AnyTagClassName
{
color: #5BD44D;
}
</style>
background-color css
<style>
a { background-color: #5BD44D; }
a { background-color: rgb(91,212,77); }
div.DivClassName
{
background-color: #5BD44D;
}
.BgClassName
{
background-color: #5BD44D;
}
</style>
border-color css
<style>
span { border-color: #5BD44D; }
span { border-color: rgb(91,212,77); }
td.TdClassName
{
border-color: #5BD44D;
}
.TagClassName
{
border-color: #5BD44D;
}
</style>