Shades of Apple #5BA34C
Tints of Apple #5BA34C
RGB
CMYK
RGB Variations
Color information
#5BA34C (or 0x5BA34C) is known color: Apple. HEX triplet: 5B, A3 and 4C. RGB value is (91,163,76). Sum of RGB (Red+Green+Blue) = 91+163+76=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 163 (64.06% from 255 or 49.39% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 163 - color contains mainly: green. Hex color #5BA34C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA34C is #A45CB3. Grayscale: #838383. Windows color (decimal): -10771636 or 5022555. OLE color: 5022555.
HSL color Cylindrical-coordinate representation of color #5BA34C: hue angle of 109.66º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BA34C is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 163 | 76 | - |
| CMYK | 0.44 | 0 | 0.53 | 0.36 |
| HSL | 109.66º | 0.36% | 0.47% | - |
| HSV(B) | 109.66º | 0.53% | 0.64% | - |
| XYZ | 18.72 | 28.94 | 11.44 | - |
| YUV | 131.55 | 96.65 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 163 | 76 | 0.44 | 0 | 0.53 | 0.36 | 109.66 | 0.36 | 0.47 |
| Hex | 5B | A3 | 4C | 2C | 0 | 35 | 24 | 6E | 24 | 2F |
| Octal | 133 | 243 | 114 | 54 | 0 | 65 | 44 | 156 | 44 | 57 |
| Binary | 1011011 | 10100011 | 1001100 | 101100 | 0 | 110101 | 100100 | 1101110 | 100100 | 101111 |
Color Harmonies of #5BA34C
Complementary color
Monochromatic Colors of #5BA34C
Black with #5BA34C
Text Example
Text Example
White with #5BA34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA34C; }
p { color: rgb(91,163,76); }
H1.HeaderClassName
{
color: #5BA34C;
}
.AnyTagClassName
{
color: #5BA34C;
}
</style>
background-color css
<style>
a { background-color: #5BA34C; }
a { background-color: rgb(91,163,76); }
div.DivClassName
{
background-color: #5BA34C;
}
.BgClassName
{
background-color: #5BA34C;
}
</style>
border-color css
<style>
span { border-color: #5BA34C; }
span { border-color: rgb(91,163,76); }
td.TdClassName
{
border-color: #5BA34C;
}
.TagClassName
{
border-color: #5BA34C;
}
</style>