Shades of Apple #54B031
Tints of Apple #54B031
RGB
CMYK
RGB Variations
Color information
#54B031 (or 0x54B031) is known color: Apple. HEX triplet: 54, B0 and 31. RGB value is (84,176,49). Sum of RGB (Red+Green+Blue) = 84+176+49=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 176 (69.14% from 255 or 56.96% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 176 - color contains mainly: green. Hex color #54B031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54B031 is #AB4FCE. Grayscale: #868686. Windows color (decimal): -11227087 or 3256404. OLE color: 3256404.
HSL color Cylindrical-coordinate representation of color #54B031: hue angle of 103.46º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #54B031 is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 176 | 49 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.31 |
| HSL | 103.46º | 0.56% | 0.44% | - |
| HSV(B) | 103.46º | 0.72% | 0.69% | - |
| XYZ | 19.74 | 33.16 | 8.27 | - |
| YUV | 134.01 | 80.02 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 176 | 49 | 0.52 | 0 | 0.72 | 0.31 | 103.46 | 0.56 | 0.44 |
| Hex | 54 | B0 | 31 | 34 | 0 | 48 | 1F | 67 | 38 | 2C |
| Octal | 124 | 260 | 61 | 64 | 0 | 110 | 37 | 147 | 70 | 54 |
| Binary | 1010100 | 10110000 | 110001 | 110100 | 0 | 1001000 | 11111 | 1100111 | 111000 | 101100 |
Color Harmonies of #54B031
Complementary color
Monochromatic Colors of #54B031
Black with #54B031
Text Example
Text Example
White with #54B031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B031; }
p { color: rgb(84,176,49); }
H1.HeaderClassName
{
color: #54B031;
}
.AnyTagClassName
{
color: #54B031;
}
</style>
background-color css
<style>
a { background-color: #54B031; }
a { background-color: rgb(84,176,49); }
div.DivClassName
{
background-color: #54B031;
}
.BgClassName
{
background-color: #54B031;
}
</style>
border-color css
<style>
span { border-color: #54B031; }
span { border-color: rgb(84,176,49); }
td.TdClassName
{
border-color: #54B031;
}
.TagClassName
{
border-color: #54B031;
}
</style>