Shades of Apple #54AA35
Tints of Apple #54AA35
RGB
CMYK
RGB Variations
Color information
#54AA35 (or 0x54AA35) is known color: Apple. HEX triplet: 54, AA and 35. RGB value is (84,170,53). Sum of RGB (Red+Green+Blue) = 84+170+53=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #54AA35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54AA35 is #AB55CA. Grayscale: #838383. Windows color (decimal): -11228619 or 3517012. OLE color: 3517012.
HSL color Cylindrical-coordinate representation of color #54AA35: hue angle of 104.1º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #54AA35 is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 170 | 53 | - |
| CMYK | 0.51 | 0 | 0.69 | 0.33 |
| HSL | 104.1º | 0.52% | 0.44% | - |
| HSV(B) | 104.1º | 0.69% | 0.67% | - |
| XYZ | 18.67 | 30.89 | 8.35 | - |
| YUV | 130.95 | 84.01 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 170 | 53 | 0.51 | 0 | 0.69 | 0.33 | 104.1 | 0.52 | 0.44 |
| Hex | 54 | AA | 35 | 33 | 0 | 45 | 21 | 68 | 34 | 2C |
| Octal | 124 | 252 | 65 | 63 | 0 | 105 | 41 | 150 | 64 | 54 |
| Binary | 1010100 | 10101010 | 110101 | 110011 | 0 | 1000101 | 100001 | 1101000 | 110100 | 101100 |
Color Harmonies of #54AA35
Complementary color
Monochromatic Colors of #54AA35
Black with #54AA35
Text Example
Text Example
White with #54AA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AA35; }
p { color: rgb(84,170,53); }
H1.HeaderClassName
{
color: #54AA35;
}
.AnyTagClassName
{
color: #54AA35;
}
</style>
background-color css
<style>
a { background-color: #54AA35; }
a { background-color: rgb(84,170,53); }
div.DivClassName
{
background-color: #54AA35;
}
.BgClassName
{
background-color: #54AA35;
}
</style>
border-color css
<style>
span { border-color: #54AA35; }
span { border-color: rgb(84,170,53); }
td.TdClassName
{
border-color: #54AA35;
}
.TagClassName
{
border-color: #54AA35;
}
</style>