Shades of Apple #54AB31
Tints of Apple #54AB31
RGB
CMYK
RGB Variations
Color information
#54AB31 (or 0x54AB31) is known color: Apple. HEX triplet: 54, AB and 31. RGB value is (84,171,49). Sum of RGB (Red+Green+Blue) = 84+171+49=304 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.63% from 304); Green value is 171 (67.19% from 255 or 56.25% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 171 - color contains mainly: green. Hex color #54AB31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54AB31 is #AB54CE. Grayscale: #838383. Windows color (decimal): -11228367 or 3255124. OLE color: 3255124.
HSL color Cylindrical-coordinate representation of color #54AB31: hue angle of 102.79º 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 #54AB31 is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 171 | 49 | - |
| CMYK | 0.51 | 0 | 0.71 | 0.33 |
| HSL | 102.79º | 0.55% | 0.43% | - |
| HSV(B) | 102.79º | 0.71% | 0.67% | - |
| XYZ | 18.77 | 31.23 | 7.94 | - |
| YUV | 131.08 | 81.68 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 171 | 49 | 0.51 | 0 | 0.71 | 0.33 | 102.79 | 0.55 | 0.43 |
| Hex | 54 | AB | 31 | 33 | 0 | 47 | 21 | 67 | 37 | 2B |
| Octal | 124 | 253 | 61 | 63 | 0 | 107 | 41 | 147 | 67 | 53 |
| Binary | 1010100 | 10101011 | 110001 | 110011 | 0 | 1000111 | 100001 | 1100111 | 110111 | 101011 |
Color Harmonies of #54AB31
Complementary color
Monochromatic Colors of #54AB31
Black with #54AB31
Text Example
Text Example
White with #54AB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AB31; }
p { color: rgb(84,171,49); }
H1.HeaderClassName
{
color: #54AB31;
}
.AnyTagClassName
{
color: #54AB31;
}
</style>
background-color css
<style>
a { background-color: #54AB31; }
a { background-color: rgb(84,171,49); }
div.DivClassName
{
background-color: #54AB31;
}
.BgClassName
{
background-color: #54AB31;
}
</style>
border-color css
<style>
span { border-color: #54AB31; }
span { border-color: rgb(84,171,49); }
td.TdClassName
{
border-color: #54AB31;
}
.TagClassName
{
border-color: #54AB31;
}
</style>