Shades of Apple #54B249
Tints of Apple #54B249
RGB
CMYK
RGB Variations
Color information
#54B249 (or 0x54B249) is known color: Apple. HEX triplet: 54, B2 and 49. RGB value is (84,178,73). Sum of RGB (Red+Green+Blue) = 84+178+73=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 178 (69.92% from 255 or 53.13% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 178 - color contains mainly: green. Hex color #54B249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54B249 is #AB4DB6. Grayscale: #8A8A8A. Windows color (decimal): -11226551 or 4829780. OLE color: 4829780.
HSL color Cylindrical-coordinate representation of color #54B249: hue angle of 113.71º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54B249 is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 178 | 73 | - |
| CMYK | 0.53 | 0 | 0.59 | 0.30 |
| HSL | 113.71º | 0.42% | 0.49% | - |
| HSV(B) | 113.71º | 0.59% | 0.7% | - |
| XYZ | 20.78 | 34.21 | 11.81 | - |
| YUV | 137.92 | 91.36 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 178 | 73 | 0.53 | 0 | 0.59 | 0.30 | 113.71 | 0.42 | 0.49 |
| Hex | 54 | B2 | 49 | 35 | 0 | 3B | 1E | 72 | 2A | 31 |
| Octal | 124 | 262 | 111 | 65 | 0 | 73 | 36 | 162 | 52 | 61 |
| Binary | 1010100 | 10110010 | 1001001 | 110101 | 0 | 111011 | 11110 | 1110010 | 101010 | 110001 |
Color Harmonies of #54B249
Complementary color
Monochromatic Colors of #54B249
Black with #54B249
Text Example
Text Example
White with #54B249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B249; }
p { color: rgb(84,178,73); }
H1.HeaderClassName
{
color: #54B249;
}
.AnyTagClassName
{
color: #54B249;
}
</style>
background-color css
<style>
a { background-color: #54B249; }
a { background-color: rgb(84,178,73); }
div.DivClassName
{
background-color: #54B249;
}
.BgClassName
{
background-color: #54B249;
}
</style>
border-color css
<style>
span { border-color: #54B249; }
span { border-color: rgb(84,178,73); }
td.TdClassName
{
border-color: #54B249;
}
.TagClassName
{
border-color: #54B249;
}
</style>