Shades of Apple #5BA74C
Tints of Apple #5BA74C
RGB
CMYK
RGB Variations
Color information
#5BA74C (or 0x5BA74C) is known color: Apple. HEX triplet: 5B, A7 and 4C. RGB value is (91,167,76). Sum of RGB (Red+Green+Blue) = 91+167+76=334 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.25% from 334); Green value is 167 (65.62% from 255 or 50% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA74C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA74C is #A458B3. Grayscale: #868686. Windows color (decimal): -10770612 or 5023579. OLE color: 5023579.
HSL color Cylindrical-coordinate representation of color #5BA74C: hue angle of 110.11º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5BA74C is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 167 | 76 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.35 |
| HSL | 110.11º | 0.37% | 0.48% | - |
| HSV(B) | 110.11º | 0.54% | 0.65% | - |
| XYZ | 19.44 | 30.38 | 11.68 | - |
| YUV | 133.9 | 95.32 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 167 | 76 | 0.46 | 0 | 0.54 | 0.35 | 110.11 | 0.37 | 0.48 |
| Hex | 5B | A7 | 4C | 2E | 0 | 36 | 23 | 6E | 25 | 30 |
| Octal | 133 | 247 | 114 | 56 | 0 | 66 | 43 | 156 | 45 | 60 |
| Binary | 1011011 | 10100111 | 1001100 | 101110 | 0 | 110110 | 100011 | 1101110 | 100101 | 110000 |
Color Harmonies of #5BA74C
Complementary color
Monochromatic Colors of #5BA74C
Black with #5BA74C
Text Example
Text Example
White with #5BA74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA74C; }
p { color: rgb(91,167,76); }
H1.HeaderClassName
{
color: #5BA74C;
}
.AnyTagClassName
{
color: #5BA74C;
}
</style>
background-color css
<style>
a { background-color: #5BA74C; }
a { background-color: rgb(91,167,76); }
div.DivClassName
{
background-color: #5BA74C;
}
.BgClassName
{
background-color: #5BA74C;
}
</style>
border-color css
<style>
span { border-color: #5BA74C; }
span { border-color: rgb(91,167,76); }
td.TdClassName
{
border-color: #5BA74C;
}
.TagClassName
{
border-color: #5BA74C;
}
</style>