Shades of Apple #5BAD41
Tints of Apple #5BAD41
RGB
CMYK
RGB Variations
Color information
#5BAD41 (or 0x5BAD41) is known color: Apple. HEX triplet: 5B, AD and 41. RGB value is (91,173,65). Sum of RGB (Red+Green+Blue) = 91+173+65=329 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.66% from 329); Green value is 173 (67.97% from 255 or 52.58% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 173 - color contains mainly: green. Hex color #5BAD41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAD41 is #A452BE. Grayscale: #888888. Windows color (decimal): -10769087 or 4304219. OLE color: 4304219.
HSL color Cylindrical-coordinate representation of color #5BAD41: hue angle of 105.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BAD41 is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 173 | 65 | - |
| CMYK | 0.47 | 0 | 0.62 | 0.32 |
| HSL | 105.56º | 0.45% | 0.47% | - |
| HSV(B) | 105.56º | 0.62% | 0.68% | - |
| XYZ | 20.21 | 32.49 | 10.21 | - |
| YUV | 136.17 | 87.83 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 173 | 65 | 0.47 | 0 | 0.62 | 0.32 | 105.56 | 0.45 | 0.47 |
| Hex | 5B | AD | 41 | 2F | 0 | 3E | 20 | 6A | 2D | 2F |
| Octal | 133 | 255 | 101 | 57 | 0 | 76 | 40 | 152 | 55 | 57 |
| Binary | 1011011 | 10101101 | 1000001 | 101111 | 0 | 111110 | 100000 | 1101010 | 101101 | 101111 |
Color Harmonies of #5BAD41
Complementary color
Monochromatic Colors of #5BAD41
Black with #5BAD41
Text Example
Text Example
White with #5BAD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAD41; }
p { color: rgb(91,173,65); }
H1.HeaderClassName
{
color: #5BAD41;
}
.AnyTagClassName
{
color: #5BAD41;
}
</style>
background-color css
<style>
a { background-color: #5BAD41; }
a { background-color: rgb(91,173,65); }
div.DivClassName
{
background-color: #5BAD41;
}
.BgClassName
{
background-color: #5BAD41;
}
</style>
border-color css
<style>
span { border-color: #5BAD41; }
span { border-color: rgb(91,173,65); }
td.TdClassName
{
border-color: #5BAD41;
}
.TagClassName
{
border-color: #5BAD41;
}
</style>