Shades of Apple #5BD347
Tints of Apple #5BD347
RGB
CMYK
RGB Variations
Color information
#5BD347 (or 0x5BD347) is known color: Apple. HEX triplet: 5B, D3 and 47. RGB value is (91,211,71). Sum of RGB (Red+Green+Blue) = 91+211+71=373 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.40% from 373); Green value is 211 (82.81% from 255 or 56.57% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 211 - color contains mainly: green. Hex color #5BD347 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BD347 is #A42CB8. Grayscale: #9F9F9F. Windows color (decimal): -10759353 or 4707163. OLE color: 4707163.
HSL color Cylindrical-coordinate representation of color #5BD347: hue angle of 111.43º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5BD347 is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 91 | 211 | 71 | - |
| CMYK | 0.57 | 0 | 0.66 | 0.17 |
| HSL | 111.43º | 0.61% | 0.55% | - |
| HSV(B) | 111.43º | 0.66% | 0.83% | - |
| XYZ | 28.75 | 49.27 | 13.96 | - |
| YUV | 159.16 | 78.24 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 211 | 71 | 0.57 | 0 | 0.66 | 0.17 | 111.43 | 0.61 | 0.55 |
| Hex | 5B | D3 | 47 | 39 | 0 | 42 | 11 | 6F | 3D | 37 |
| Octal | 133 | 323 | 107 | 71 | 0 | 102 | 21 | 157 | 75 | 67 |
| Binary | 1011011 | 11010011 | 1000111 | 111001 | 0 | 1000010 | 10001 | 1101111 | 111101 | 110111 |
Color Harmonies of #5BD347
Complementary color
Monochromatic Colors of #5BD347
Black with #5BD347
Text Example
Text Example
White with #5BD347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD347; }
p { color: rgb(91,211,71); }
H1.HeaderClassName
{
color: #5BD347;
}
.AnyTagClassName
{
color: #5BD347;
}
</style>
background-color css
<style>
a { background-color: #5BD347; }
a { background-color: rgb(91,211,71); }
div.DivClassName
{
background-color: #5BD347;
}
.BgClassName
{
background-color: #5BD347;
}
</style>
border-color css
<style>
span { border-color: #5BD347; }
span { border-color: rgb(91,211,71); }
td.TdClassName
{
border-color: #5BD347;
}
.TagClassName
{
border-color: #5BD347;
}
</style>