Shades of Apple #5BAD31
Tints of Apple #5BAD31
RGB
CMYK
RGB Variations
Color information
#5BAD31 (or 0x5BAD31) is known color: Apple. HEX triplet: 5B, AD and 31. RGB value is (91,173,49). Sum of RGB (Red+Green+Blue) = 91+173+49=313 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.07% from 313); Green value is 173 (67.97% from 255 or 55.27% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 173 - color contains mainly: green. Hex color #5BAD31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAD31 is #A452CE. Grayscale: #868686. Windows color (decimal): -10769103 or 3255643. OLE color: 3255643.
HSL color Cylindrical-coordinate representation of color #5BAD31: hue angle of 99.68º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5BAD31 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 173 | 49 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.32 |
| HSL | 99.68º | 0.56% | 0.44% | - |
| HSV(B) | 99.68º | 0.72% | 0.68% | - |
| XYZ | 19.81 | 32.33 | 8.1 | - |
| YUV | 134.35 | 79.83 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 173 | 49 | 0.47 | 0 | 0.72 | 0.32 | 99.68 | 0.56 | 0.44 |
| Hex | 5B | AD | 31 | 2F | 0 | 48 | 20 | 64 | 38 | 2C |
| Octal | 133 | 255 | 61 | 57 | 0 | 110 | 40 | 144 | 70 | 54 |
| Binary | 1011011 | 10101101 | 110001 | 101111 | 0 | 1001000 | 100000 | 1100100 | 111000 | 101100 |
Color Harmonies of #5BAD31
Complementary color
Monochromatic Colors of #5BAD31
Black with #5BAD31
Text Example
Text Example
White with #5BAD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAD31; }
p { color: rgb(91,173,49); }
H1.HeaderClassName
{
color: #5BAD31;
}
.AnyTagClassName
{
color: #5BAD31;
}
</style>
background-color css
<style>
a { background-color: #5BAD31; }
a { background-color: rgb(91,173,49); }
div.DivClassName
{
background-color: #5BAD31;
}
.BgClassName
{
background-color: #5BAD31;
}
</style>
border-color css
<style>
span { border-color: #5BAD31; }
span { border-color: rgb(91,173,49); }
td.TdClassName
{
border-color: #5BAD31;
}
.TagClassName
{
border-color: #5BAD31;
}
</style>