Shades of Apple #54A941
Tints of Apple #54A941
RGB
CMYK
RGB Variations
Color information
#54A941 (or 0x54A941) is known color: Apple. HEX triplet: 54, A9 and 41. RGB value is (84,169,65). Sum of RGB (Red+Green+Blue) = 84+169+65=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 169 (66.41% from 255 or 53.14% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 169 - color contains mainly: green. Hex color #54A941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A941 is #AB56BE. Grayscale: #848484. Windows color (decimal): -11228863 or 4303188. OLE color: 4303188.
HSL color Cylindrical-coordinate representation of color #54A941: hue angle of 109.04º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54A941 is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 84 | 169 | 65 | - |
| CMYK | 0.50 | 0 | 0.62 | 0.34 |
| HSL | 109.04º | 0.44% | 0.46% | - |
| HSV(B) | 109.04º | 0.62% | 0.66% | - |
| XYZ | 18.8 | 30.64 | 9.92 | - |
| YUV | 131.73 | 90.34 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 169 | 65 | 0.50 | 0 | 0.62 | 0.34 | 109.04 | 0.44 | 0.46 |
| Hex | 54 | A9 | 41 | 32 | 0 | 3E | 22 | 6D | 2C | 2E |
| Octal | 124 | 251 | 101 | 62 | 0 | 76 | 42 | 155 | 54 | 56 |
| Binary | 1010100 | 10101001 | 1000001 | 110010 | 0 | 111110 | 100010 | 1101101 | 101100 | 101110 |
Color Harmonies of #54A941
Complementary color
Monochromatic Colors of #54A941
Black with #54A941
Text Example
Text Example
White with #54A941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A941; }
p { color: rgb(84,169,65); }
H1.HeaderClassName
{
color: #54A941;
}
.AnyTagClassName
{
color: #54A941;
}
</style>
background-color css
<style>
a { background-color: #54A941; }
a { background-color: rgb(84,169,65); }
div.DivClassName
{
background-color: #54A941;
}
.BgClassName
{
background-color: #54A941;
}
</style>
border-color css
<style>
span { border-color: #54A941; }
span { border-color: rgb(84,169,65); }
td.TdClassName
{
border-color: #54A941;
}
.TagClassName
{
border-color: #54A941;
}
</style>