Shades of Apple #5BD334
Tints of Apple #5BD334
RGB
CMYK
RGB Variations
Color information
#5BD334 (or 0x5BD334) is known color: Apple. HEX triplet: 5B, D3 and 34. RGB value is (91,211,52). Sum of RGB (Red+Green+Blue) = 91+211+52=354 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.71% from 354); Green value is 211 (82.81% from 255 or 59.60% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 211 - color contains mainly: green. Hex color #5BD334 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BD334 is #A42CCB. Grayscale: #9D9D9D. Windows color (decimal): -10759372 or 3461979. OLE color: 3461979.
HSL color Cylindrical-coordinate representation of color #5BD334: hue angle of 105.28º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5BD334 is Cyan = 0.57, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 91 | 211 | 52 | - |
| CMYK | 0.57 | 0 | 0.75 | 0.17 |
| HSL | 105.28º | 0.64% | 0.52% | - |
| HSV(B) | 105.28º | 0.75% | 0.83% | - |
| XYZ | 28.23 | 49.06 | 11.23 | - |
| YUV | 156.99 | 68.74 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 211 | 52 | 0.57 | 0 | 0.75 | 0.17 | 105.28 | 0.64 | 0.52 |
| Hex | 5B | D3 | 34 | 39 | 0 | 4B | 11 | 69 | 40 | 34 |
| Octal | 133 | 323 | 64 | 71 | 0 | 113 | 21 | 151 | 100 | 64 |
| Binary | 1011011 | 11010011 | 110100 | 111001 | 0 | 1001011 | 10001 | 1101001 | 1000000 | 110100 |
Color Harmonies of #5BD334
Complementary color
Monochromatic Colors of #5BD334
Black with #5BD334
Text Example
Text Example
White with #5BD334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD334; }
p { color: rgb(91,211,52); }
H1.HeaderClassName
{
color: #5BD334;
}
.AnyTagClassName
{
color: #5BD334;
}
</style>
background-color css
<style>
a { background-color: #5BD334; }
a { background-color: rgb(91,211,52); }
div.DivClassName
{
background-color: #5BD334;
}
.BgClassName
{
background-color: #5BD334;
}
</style>
border-color css
<style>
span { border-color: #5BD334; }
span { border-color: rgb(91,211,52); }
td.TdClassName
{
border-color: #5BD334;
}
.TagClassName
{
border-color: #5BD334;
}
</style>