Shades of Apple #54AC31
Tints of Apple #54AC31
RGB
CMYK
RGB Variations
Color information
#54AC31 (or 0x54AC31) is known color: Apple. HEX triplet: 54, AC and 31. RGB value is (84,172,49). Sum of RGB (Red+Green+Blue) = 84+172+49=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 172 (67.58% from 255 or 56.39% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 172 - color contains mainly: green. Hex color #54AC31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54AC31 is #AB53CE. Grayscale: #848484. Windows color (decimal): -11228111 or 3255380. OLE color: 3255380.
HSL color Cylindrical-coordinate representation of color #54AC31: hue angle of 102.93º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #54AC31 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 172 | 49 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.33 |
| HSL | 102.93º | 0.56% | 0.43% | - |
| HSV(B) | 102.93º | 0.72% | 0.67% | - |
| XYZ | 18.96 | 31.61 | 8.01 | - |
| YUV | 131.67 | 81.35 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 172 | 49 | 0.51 | 0 | 0.72 | 0.33 | 102.93 | 0.56 | 0.43 |
| Hex | 54 | AC | 31 | 33 | 0 | 48 | 21 | 67 | 38 | 2B |
| Octal | 124 | 254 | 61 | 63 | 0 | 110 | 41 | 147 | 70 | 53 |
| Binary | 1010100 | 10101100 | 110001 | 110011 | 0 | 1001000 | 100001 | 1100111 | 111000 | 101011 |
Color Harmonies of #54AC31
Complementary color
Monochromatic Colors of #54AC31
Black with #54AC31
Text Example
Text Example
White with #54AC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AC31; }
p { color: rgb(84,172,49); }
H1.HeaderClassName
{
color: #54AC31;
}
.AnyTagClassName
{
color: #54AC31;
}
</style>
background-color css
<style>
a { background-color: #54AC31; }
a { background-color: rgb(84,172,49); }
div.DivClassName
{
background-color: #54AC31;
}
.BgClassName
{
background-color: #54AC31;
}
</style>
border-color css
<style>
span { border-color: #54AC31; }
span { border-color: rgb(84,172,49); }
td.TdClassName
{
border-color: #54AC31;
}
.TagClassName
{
border-color: #54AC31;
}
</style>