Shades of Apple #5BD544
Tints of Apple #5BD544
RGB
CMYK
RGB Variations
Color information
#5BD544 (or 0x5BD544) is known color: Apple. HEX triplet: 5B, D5 and 44. RGB value is (91,213,68). Sum of RGB (Red+Green+Blue) = 91+213+68=372 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.46% from 372); Green value is 213 (83.59% from 255 or 57.26% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 213 - color contains mainly: green. Hex color #5BD544 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BD544 is #A42ABB. Grayscale: #A0A0A0. Windows color (decimal): -10758844 or 4511067. OLE color: 4511067.
HSL color Cylindrical-coordinate representation of color #5BD544: hue angle of 110.48º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5BD544 is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 91 | 213 | 68 | - |
| CMYK | 0.57 | 0 | 0.68 | 0.16 |
| HSL | 110.48º | 0.63% | 0.55% | - |
| HSV(B) | 110.48º | 0.68% | 0.84% | - |
| XYZ | 29.15 | 50.23 | 13.63 | - |
| YUV | 159.99 | 76.08 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 213 | 68 | 0.57 | 0 | 0.68 | 0.16 | 110.48 | 0.63 | 0.55 |
| Hex | 5B | D5 | 44 | 39 | 0 | 44 | 10 | 6E | 3F | 37 |
| Octal | 133 | 325 | 104 | 71 | 0 | 104 | 20 | 156 | 77 | 67 |
| Binary | 1011011 | 11010101 | 1000100 | 111001 | 0 | 1000100 | 10000 | 1101110 | 111111 | 110111 |
Color Harmonies of #5BD544
Complementary color
Monochromatic Colors of #5BD544
Black with #5BD544
Text Example
Text Example
White with #5BD544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD544; }
p { color: rgb(91,213,68); }
H1.HeaderClassName
{
color: #5BD544;
}
.AnyTagClassName
{
color: #5BD544;
}
</style>
background-color css
<style>
a { background-color: #5BD544; }
a { background-color: rgb(91,213,68); }
div.DivClassName
{
background-color: #5BD544;
}
.BgClassName
{
background-color: #5BD544;
}
</style>
border-color css
<style>
span { border-color: #5BD544; }
span { border-color: rgb(91,213,68); }
td.TdClassName
{
border-color: #5BD544;
}
.TagClassName
{
border-color: #5BD544;
}
</style>