Shades of Apple #5BD935
Tints of Apple #5BD935
RGB
CMYK
RGB Variations
Color information
#5BD935 (or 0x5BD935) is known color: Apple. HEX triplet: 5B, D9 and 35. RGB value is (91,217,53). Sum of RGB (Red+Green+Blue) = 91+217+53=361 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.21% from 361); Green value is 217 (85.16% from 255 or 60.11% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 217 - color contains mainly: green. Hex color #5BD935 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BD935 is #A426CA. Grayscale: #A1A1A1. Windows color (decimal): -10757835 or 3529051. OLE color: 3529051.
HSL color Cylindrical-coordinate representation of color #5BD935: hue angle of 106.1º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5BD935 is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 217 | 53 | - |
| CMYK | 0.58 | 0 | 0.76 | 0.15 |
| HSL | 106.1º | 0.68% | 0.53% | - |
| HSV(B) | 106.1º | 0.76% | 0.85% | - |
| XYZ | 29.77 | 52.11 | 11.86 | - |
| YUV | 160.63 | 67.26 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 217 | 53 | 0.58 | 0 | 0.76 | 0.15 | 106.1 | 0.68 | 0.53 |
| Hex | 5B | D9 | 35 | 3A | 0 | 4C | F | 6A | 44 | 35 |
| Octal | 133 | 331 | 65 | 72 | 0 | 114 | 17 | 152 | 104 | 65 |
| Binary | 1011011 | 11011001 | 110101 | 111010 | 0 | 1001100 | 1111 | 1101010 | 1000100 | 110101 |
Color Harmonies of #5BD935
Complementary color
Monochromatic Colors of #5BD935
Black with #5BD935
Text Example
Text Example
White with #5BD935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD935; }
p { color: rgb(91,217,53); }
H1.HeaderClassName
{
color: #5BD935;
}
.AnyTagClassName
{
color: #5BD935;
}
</style>
background-color css
<style>
a { background-color: #5BD935; }
a { background-color: rgb(91,217,53); }
div.DivClassName
{
background-color: #5BD935;
}
.BgClassName
{
background-color: #5BD935;
}
</style>
border-color css
<style>
span { border-color: #5BD935; }
span { border-color: rgb(91,217,53); }
td.TdClassName
{
border-color: #5BD935;
}
.TagClassName
{
border-color: #5BD935;
}
</style>