Shades of Apple #5BAD4C
Tints of Apple #5BAD4C
RGB
CMYK
RGB Variations
Color information
#5BAD4C (or 0x5BAD4C) is known color: Apple. HEX triplet: 5B, AD and 4C. RGB value is (91,173,76). Sum of RGB (Red+Green+Blue) = 91+173+76=340 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.76% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #5BAD4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAD4C is #A452B3. Grayscale: #898989. Windows color (decimal): -10769076 or 5025115. OLE color: 5025115.
HSL color Cylindrical-coordinate representation of color #5BAD4C: hue angle of 110.72º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BAD4C is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 173 | 76 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.32 |
| HSL | 110.72º | 0.39% | 0.49% | - |
| HSV(B) | 110.72º | 0.56% | 0.68% | - |
| XYZ | 20.56 | 32.63 | 12.05 | - |
| YUV | 137.42 | 93.33 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 173 | 76 | 0.47 | 0 | 0.56 | 0.32 | 110.72 | 0.39 | 0.49 |
| Hex | 5B | AD | 4C | 2F | 0 | 38 | 20 | 6F | 27 | 31 |
| Octal | 133 | 255 | 114 | 57 | 0 | 70 | 40 | 157 | 47 | 61 |
| Binary | 1011011 | 10101101 | 1001100 | 101111 | 0 | 111000 | 100000 | 1101111 | 100111 | 110001 |
Color Harmonies of #5BAD4C
Complementary color
Monochromatic Colors of #5BAD4C
Black with #5BAD4C
Text Example
Text Example
White with #5BAD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAD4C; }
p { color: rgb(91,173,76); }
H1.HeaderClassName
{
color: #5BAD4C;
}
.AnyTagClassName
{
color: #5BAD4C;
}
</style>
background-color css
<style>
a { background-color: #5BAD4C; }
a { background-color: rgb(91,173,76); }
div.DivClassName
{
background-color: #5BAD4C;
}
.BgClassName
{
background-color: #5BAD4C;
}
</style>
border-color css
<style>
span { border-color: #5BAD4C; }
span { border-color: rgb(91,173,76); }
td.TdClassName
{
border-color: #5BAD4C;
}
.TagClassName
{
border-color: #5BAD4C;
}
</style>