Shades of Apple #54AB40
Tints of Apple #54AB40
RGB
CMYK
RGB Variations
Color information
#54AB40 (or 0x54AB40) is known color: Apple. HEX triplet: 54, AB and 40. RGB value is (84,171,64). Sum of RGB (Red+Green+Blue) = 84+171+64=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 171 (67.19% from 255 or 53.61% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 171 - color contains mainly: green. Hex color #54AB40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54AB40 is #AB54BF. Grayscale: #858585. Windows color (decimal): -11228352 or 4238164. OLE color: 4238164.
HSL color Cylindrical-coordinate representation of color #54AB40: hue angle of 108.79º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54AB40 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 171 | 64 | - |
| CMYK | 0.51 | 0 | 0.63 | 0.33 |
| HSL | 108.79º | 0.46% | 0.46% | - |
| HSV(B) | 108.79º | 0.63% | 0.67% | - |
| XYZ | 19.14 | 31.38 | 9.9 | - |
| YUV | 132.79 | 89.18 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 171 | 64 | 0.51 | 0 | 0.63 | 0.33 | 108.79 | 0.46 | 0.46 |
| Hex | 54 | AB | 40 | 33 | 0 | 3F | 21 | 6D | 2E | 2E |
| Octal | 124 | 253 | 100 | 63 | 0 | 77 | 41 | 155 | 56 | 56 |
| Binary | 1010100 | 10101011 | 1000000 | 110011 | 0 | 111111 | 100001 | 1101101 | 101110 | 101110 |
Color Harmonies of #54AB40
Complementary color
Monochromatic Colors of #54AB40
Black with #54AB40
Text Example
Text Example
White with #54AB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AB40; }
p { color: rgb(84,171,64); }
H1.HeaderClassName
{
color: #54AB40;
}
.AnyTagClassName
{
color: #54AB40;
}
</style>
background-color css
<style>
a { background-color: #54AB40; }
a { background-color: rgb(84,171,64); }
div.DivClassName
{
background-color: #54AB40;
}
.BgClassName
{
background-color: #54AB40;
}
</style>
border-color css
<style>
span { border-color: #54AB40; }
span { border-color: rgb(84,171,64); }
td.TdClassName
{
border-color: #54AB40;
}
.TagClassName
{
border-color: #54AB40;
}
</style>