Shades of Apple #5ABD4D
Tints of Apple #5ABD4D
RGB
CMYK
RGB Variations
Color information
#5ABD4D (or 0x5ABD4D) is known color: Apple. HEX triplet: 5A, BD and 4D. RGB value is (90,189,77). Sum of RGB (Red+Green+Blue) = 90+189+77=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABD4D is #A542B2. Grayscale: #929292. Windows color (decimal): -10830515 or 5094746. OLE color: 5094746.
HSL color Cylindrical-coordinate representation of color #5ABD4D: hue angle of 113.04º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ABD4D is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 189 | 77 | - |
| CMYK | 0.52 | 0 | 0.59 | 0.26 |
| HSL | 113.04º | 0.46% | 0.52% | - |
| HSV(B) | 113.04º | 0.59% | 0.74% | - |
| XYZ | 23.75 | 39.1 | 13.32 | - |
| YUV | 146.63 | 88.7 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 77 | 0.52 | 0 | 0.59 | 0.26 | 113.04 | 0.46 | 0.52 |
| Hex | 5A | BD | 4D | 34 | 0 | 3B | 1A | 71 | 2E | 34 |
| Octal | 132 | 275 | 115 | 64 | 0 | 73 | 32 | 161 | 56 | 64 |
| Binary | 1011010 | 10111101 | 1001101 | 110100 | 0 | 111011 | 11010 | 1110001 | 101110 | 110100 |
Color Harmonies of #5ABD4D
Complementary color
Monochromatic Colors of #5ABD4D
Black with #5ABD4D
Text Example
Text Example
White with #5ABD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABD4D; }
p { color: rgb(90,189,77); }
H1.HeaderClassName
{
color: #5ABD4D;
}
.AnyTagClassName
{
color: #5ABD4D;
}
</style>
background-color css
<style>
a { background-color: #5ABD4D; }
a { background-color: rgb(90,189,77); }
div.DivClassName
{
background-color: #5ABD4D;
}
.BgClassName
{
background-color: #5ABD4D;
}
</style>
border-color css
<style>
span { border-color: #5ABD4D; }
span { border-color: rgb(90,189,77); }
td.TdClassName
{
border-color: #5ABD4D;
}
.TagClassName
{
border-color: #5ABD4D;
}
</style>