Shades of Apple #54AB32
Tints of Apple #54AB32
RGB
CMYK
RGB Variations
Color information
#54AB32 (or 0x54AB32) is known color: Apple. HEX triplet: 54, AB and 32. RGB value is (84,171,50). Sum of RGB (Red+Green+Blue) = 84+171+50=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 171 (67.19% from 255 or 56.07% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 171 - color contains mainly: green. Hex color #54AB32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54AB32 is #AB54CD. Grayscale: #838383. Windows color (decimal): -11228366 or 3320660. OLE color: 3320660.
HSL color Cylindrical-coordinate representation of color #54AB32: hue angle of 103.14º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #54AB32 is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 171 | 50 | - |
| CMYK | 0.51 | 0 | 0.71 | 0.33 |
| HSL | 103.14º | 0.55% | 0.43% | - |
| HSV(B) | 103.14º | 0.71% | 0.67% | - |
| XYZ | 18.79 | 31.24 | 8.06 | - |
| YUV | 131.19 | 82.18 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 171 | 50 | 0.51 | 0 | 0.71 | 0.33 | 103.14 | 0.55 | 0.43 |
| Hex | 54 | AB | 32 | 33 | 0 | 47 | 21 | 67 | 37 | 2B |
| Octal | 124 | 253 | 62 | 63 | 0 | 107 | 41 | 147 | 67 | 53 |
| Binary | 1010100 | 10101011 | 110010 | 110011 | 0 | 1000111 | 100001 | 1100111 | 110111 | 101011 |
Color Harmonies of #54AB32
Complementary color
Monochromatic Colors of #54AB32
Black with #54AB32
Text Example
Text Example
White with #54AB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AB32; }
p { color: rgb(84,171,50); }
H1.HeaderClassName
{
color: #54AB32;
}
.AnyTagClassName
{
color: #54AB32;
}
</style>
background-color css
<style>
a { background-color: #54AB32; }
a { background-color: rgb(84,171,50); }
div.DivClassName
{
background-color: #54AB32;
}
.BgClassName
{
background-color: #54AB32;
}
</style>
border-color css
<style>
span { border-color: #54AB32; }
span { border-color: rgb(84,171,50); }
td.TdClassName
{
border-color: #54AB32;
}
.TagClassName
{
border-color: #54AB32;
}
</style>