Shades of Apple #54A935
Tints of Apple #54A935
RGB
CMYK
RGB Variations
Color information
#54A935 (or 0x54A935) is known color: Apple. HEX triplet: 54, A9 and 35. RGB value is (84,169,53). Sum of RGB (Red+Green+Blue) = 84+169+53=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 169 (66.41% from 255 or 55.23% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 169 - color contains mainly: green. Hex color #54A935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A935 is #AB56CA. Grayscale: #828282. Windows color (decimal): -11228875 or 3516756. OLE color: 3516756.
HSL color Cylindrical-coordinate representation of color #54A935: hue angle of 103.97º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #54A935 is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 84 | 169 | 53 | - |
| CMYK | 0.50 | 0 | 0.69 | 0.34 |
| HSL | 103.97º | 0.52% | 0.44% | - |
| HSV(B) | 103.97º | 0.69% | 0.66% | - |
| XYZ | 18.49 | 30.52 | 8.28 | - |
| YUV | 130.36 | 84.34 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 169 | 53 | 0.50 | 0 | 0.69 | 0.34 | 103.97 | 0.52 | 0.44 |
| Hex | 54 | A9 | 35 | 32 | 0 | 45 | 22 | 68 | 34 | 2C |
| Octal | 124 | 251 | 65 | 62 | 0 | 105 | 42 | 150 | 64 | 54 |
| Binary | 1010100 | 10101001 | 110101 | 110010 | 0 | 1000101 | 100010 | 1101000 | 110100 | 101100 |
Color Harmonies of #54A935
Complementary color
Monochromatic Colors of #54A935
Black with #54A935
Text Example
Text Example
White with #54A935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A935; }
p { color: rgb(84,169,53); }
H1.HeaderClassName
{
color: #54A935;
}
.AnyTagClassName
{
color: #54A935;
}
</style>
background-color css
<style>
a { background-color: #54A935; }
a { background-color: rgb(84,169,53); }
div.DivClassName
{
background-color: #54A935;
}
.BgClassName
{
background-color: #54A935;
}
</style>
border-color css
<style>
span { border-color: #54A935; }
span { border-color: rgb(84,169,53); }
td.TdClassName
{
border-color: #54A935;
}
.TagClassName
{
border-color: #54A935;
}
</style>