Shades of Apple #5ABD4C
Tints of Apple #5ABD4C
RGB
CMYK
RGB Variations
Color information
#5ABD4C (or 0x5ABD4C) is known color: Apple. HEX triplet: 5A, BD and 4C. RGB value is (90,189,76). Sum of RGB (Red+Green+Blue) = 90+189+76=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 189 (74.22% from 255 or 53.24% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABD4C is #A542B3. Grayscale: #929292. Windows color (decimal): -10830516 or 5029210. OLE color: 5029210.
HSL color Cylindrical-coordinate representation of color #5ABD4C: hue angle of 112.57º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ABD4C is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 189 | 76 | - |
| CMYK | 0.52 | 0 | 0.60 | 0.26 |
| HSL | 112.57º | 0.46% | 0.52% | - |
| HSV(B) | 112.57º | 0.6% | 0.74% | - |
| XYZ | 23.72 | 39.09 | 13.13 | - |
| YUV | 146.52 | 88.2 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 76 | 0.52 | 0 | 0.60 | 0.26 | 112.57 | 0.46 | 0.52 |
| Hex | 5A | BD | 4C | 34 | 0 | 3C | 1A | 71 | 2E | 34 |
| Octal | 132 | 275 | 114 | 64 | 0 | 74 | 32 | 161 | 56 | 64 |
| Binary | 1011010 | 10111101 | 1001100 | 110100 | 0 | 111100 | 11010 | 1110001 | 101110 | 110100 |
Color Harmonies of #5ABD4C
Complementary color
Monochromatic Colors of #5ABD4C
Black with #5ABD4C
Text Example
Text Example
White with #5ABD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABD4C; }
p { color: rgb(90,189,76); }
H1.HeaderClassName
{
color: #5ABD4C;
}
.AnyTagClassName
{
color: #5ABD4C;
}
</style>
background-color css
<style>
a { background-color: #5ABD4C; }
a { background-color: rgb(90,189,76); }
div.DivClassName
{
background-color: #5ABD4C;
}
.BgClassName
{
background-color: #5ABD4C;
}
</style>
border-color css
<style>
span { border-color: #5ABD4C; }
span { border-color: rgb(90,189,76); }
td.TdClassName
{
border-color: #5ABD4C;
}
.TagClassName
{
border-color: #5ABD4C;
}
</style>