Shades of Apple #5BAD4D
Tints of Apple #5BAD4D
RGB
CMYK
RGB Variations
Color information
#5BAD4D (or 0x5BAD4D) is known color: Apple. HEX triplet: 5B, AD and 4D. RGB value is (91,173,77). Sum of RGB (Red+Green+Blue) = 91+173+77=341 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.69% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #5BAD4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAD4D is #A452B2. Grayscale: #898989. Windows color (decimal): -10769075 or 5090651. OLE color: 5090651.
HSL color Cylindrical-coordinate representation of color #5BAD4D: hue angle of 111.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BAD4D is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 173 | 77 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.32 |
| HSL | 111.25º | 0.38% | 0.49% | - |
| HSV(B) | 111.25º | 0.55% | 0.68% | - |
| XYZ | 20.6 | 32.65 | 12.24 | - |
| YUV | 137.54 | 93.83 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 173 | 77 | 0.47 | 0 | 0.55 | 0.32 | 111.25 | 0.38 | 0.49 |
| Hex | 5B | AD | 4D | 2F | 0 | 37 | 20 | 6F | 26 | 31 |
| Octal | 133 | 255 | 115 | 57 | 0 | 67 | 40 | 157 | 46 | 61 |
| Binary | 1011011 | 10101101 | 1001101 | 101111 | 0 | 110111 | 100000 | 1101111 | 100110 | 110001 |
Color Harmonies of #5BAD4D
Complementary color
Monochromatic Colors of #5BAD4D
Black with #5BAD4D
Text Example
Text Example
White with #5BAD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAD4D; }
p { color: rgb(91,173,77); }
H1.HeaderClassName
{
color: #5BAD4D;
}
.AnyTagClassName
{
color: #5BAD4D;
}
</style>
background-color css
<style>
a { background-color: #5BAD4D; }
a { background-color: rgb(91,173,77); }
div.DivClassName
{
background-color: #5BAD4D;
}
.BgClassName
{
background-color: #5BAD4D;
}
</style>
border-color css
<style>
span { border-color: #5BAD4D; }
span { border-color: rgb(91,173,77); }
td.TdClassName
{
border-color: #5BAD4D;
}
.TagClassName
{
border-color: #5BAD4D;
}
</style>