Shades of Apple #5BD44E
Tints of Apple #5BD44E
RGB
CMYK
RGB Variations
Color information
#5BD44E (or 0x5BD44E) is known color: Apple. HEX triplet: 5B, D4 and 4E. RGB value is (91,212,78). Sum of RGB (Red+Green+Blue) = 91+212+78=381 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.88% from 381); Green value is 212 (83.20% from 255 or 55.64% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 212 - color contains mainly: green. Hex color #5BD44E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD44E is #A42BB1. Grayscale: #A0A0A0. Windows color (decimal): -10759090 or 5166171. OLE color: 5166171.
HSL color Cylindrical-coordinate representation of color #5BD44E: hue angle of 114.18º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BD44E is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 91 | 212 | 78 | - |
| CMYK | 0.57 | 0 | 0.63 | 0.17 |
| HSL | 114.18º | 0.61% | 0.57% | - |
| HSV(B) | 114.18º | 0.63% | 0.83% | - |
| XYZ | 29.23 | 49.86 | 15.29 | - |
| YUV | 160.55 | 81.41 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 212 | 78 | 0.57 | 0 | 0.63 | 0.17 | 114.18 | 0.61 | 0.57 |
| Hex | 5B | D4 | 4E | 39 | 0 | 3F | 11 | 72 | 3D | 39 |
| Octal | 133 | 324 | 116 | 71 | 0 | 77 | 21 | 162 | 75 | 71 |
| Binary | 1011011 | 11010100 | 1001110 | 111001 | 0 | 111111 | 10001 | 1110010 | 111101 | 111001 |
Color Harmonies of #5BD44E
Complementary color
Monochromatic Colors of #5BD44E
Black with #5BD44E
Text Example
Text Example
White with #5BD44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD44E; }
p { color: rgb(91,212,78); }
H1.HeaderClassName
{
color: #5BD44E;
}
.AnyTagClassName
{
color: #5BD44E;
}
</style>
background-color css
<style>
a { background-color: #5BD44E; }
a { background-color: rgb(91,212,78); }
div.DivClassName
{
background-color: #5BD44E;
}
.BgClassName
{
background-color: #5BD44E;
}
</style>
border-color css
<style>
span { border-color: #5BD44E; }
span { border-color: rgb(91,212,78); }
td.TdClassName
{
border-color: #5BD44E;
}
.TagClassName
{
border-color: #5BD44E;
}
</style>