Shades of Apple #54B749
Tints of Apple #54B749
RGB
CMYK
RGB Variations
Color information
#54B749 (or 0x54B749) is known color: Apple. HEX triplet: 54, B7 and 49. RGB value is (84,183,73). Sum of RGB (Red+Green+Blue) = 84+183+73=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 183 (71.88% from 255 or 53.82% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 183 - color contains mainly: green. Hex color #54B749 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54B749 is #AB48B6. Grayscale: #8D8D8D. Windows color (decimal): -11225271 or 4831060. OLE color: 4831060.
HSL color Cylindrical-coordinate representation of color #54B749: hue angle of 114º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54B749 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 84 | 183 | 73 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.28 |
| HSL | 114º | 0.43% | 0.5% | - |
| HSV(B) | 114º | 0.6% | 0.72% | - |
| XYZ | 21.79 | 36.23 | 12.15 | - |
| YUV | 140.86 | 89.7 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 183 | 73 | 0.54 | 0 | 0.60 | 0.28 | 114 | 0.43 | 0.5 |
| Hex | 54 | B7 | 49 | 36 | 0 | 3C | 1C | 72 | 2B | 32 |
| Octal | 124 | 267 | 111 | 66 | 0 | 74 | 34 | 162 | 53 | 62 |
| Binary | 1010100 | 10110111 | 1001001 | 110110 | 0 | 111100 | 11100 | 1110010 | 101011 | 110010 |
Color Harmonies of #54B749
Complementary color
Monochromatic Colors of #54B749
Black with #54B749
Text Example
Text Example
White with #54B749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B749; }
p { color: rgb(84,183,73); }
H1.HeaderClassName
{
color: #54B749;
}
.AnyTagClassName
{
color: #54B749;
}
</style>
background-color css
<style>
a { background-color: #54B749; }
a { background-color: rgb(84,183,73); }
div.DivClassName
{
background-color: #54B749;
}
.BgClassName
{
background-color: #54B749;
}
</style>
border-color css
<style>
span { border-color: #54B749; }
span { border-color: rgb(84,183,73); }
td.TdClassName
{
border-color: #54B749;
}
.TagClassName
{
border-color: #54B749;
}
</style>