Shades of Apple #5BDD49
Tints of Apple #5BDD49
RGB
CMYK
RGB Variations
Color information
#5BDD49 (or 0x5BDD49) is known color: Apple. HEX triplet: 5B, DD and 49. RGB value is (91,221,73). Sum of RGB (Red+Green+Blue) = 91+221+73=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 221 (86.72% from 255 or 57.40% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 221 - color contains mainly: green. Hex color #5BDD49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BDD49 is #A422B6. Grayscale: #A5A5A5. Windows color (decimal): -10756791 or 4840795. OLE color: 4840795.
HSL color Cylindrical-coordinate representation of color #5BDD49: hue angle of 112.7º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5BDD49 is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 221 | 73 | - |
| CMYK | 0.59 | 0 | 0.67 | 0.13 |
| HSL | 112.7º | 0.69% | 0.58% | - |
| HSV(B) | 112.7º | 0.67% | 0.87% | - |
| XYZ | 31.37 | 54.42 | 15.15 | - |
| YUV | 165.26 | 75.93 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 221 | 73 | 0.59 | 0 | 0.67 | 0.13 | 112.7 | 0.69 | 0.58 |
| Hex | 5B | DD | 49 | 3B | 0 | 43 | D | 71 | 45 | 3A |
| Octal | 133 | 335 | 111 | 73 | 0 | 103 | 15 | 161 | 105 | 72 |
| Binary | 1011011 | 11011101 | 1001001 | 111011 | 0 | 1000011 | 1101 | 1110001 | 1000101 | 111010 |
Color Harmonies of #5BDD49
Complementary color
Monochromatic Colors of #5BDD49
Black with #5BDD49
Text Example
Text Example
White with #5BDD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDD49; }
p { color: rgb(91,221,73); }
H1.HeaderClassName
{
color: #5BDD49;
}
.AnyTagClassName
{
color: #5BDD49;
}
</style>
background-color css
<style>
a { background-color: #5BDD49; }
a { background-color: rgb(91,221,73); }
div.DivClassName
{
background-color: #5BDD49;
}
.BgClassName
{
background-color: #5BDD49;
}
</style>
border-color css
<style>
span { border-color: #5BDD49; }
span { border-color: rgb(91,221,73); }
td.TdClassName
{
border-color: #5BDD49;
}
.TagClassName
{
border-color: #5BDD49;
}
</style>