Shades of Apple #54BB49
Tints of Apple #54BB49
RGB
CMYK
RGB Variations
Color information
#54BB49 (or 0x54BB49) is known color: Apple. HEX triplet: 54, BB and 49. RGB value is (84,187,73). Sum of RGB (Red+Green+Blue) = 84+187+73=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 187 (73.44% from 255 or 54.36% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 187 - color contains mainly: green. Hex color #54BB49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54BB49 is #AB44B6. Grayscale: #8F8F8F. Windows color (decimal): -11224247 or 4832084. OLE color: 4832084.
HSL color Cylindrical-coordinate representation of color #54BB49: hue angle of 114.21º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54BB49 is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 187 | 73 | - |
| CMYK | 0.55 | 0 | 0.61 | 0.27 |
| HSL | 114.21º | 0.46% | 0.51% | - |
| HSV(B) | 114.21º | 0.61% | 0.73% | - |
| XYZ | 22.63 | 37.91 | 12.43 | - |
| YUV | 143.21 | 88.38 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 187 | 73 | 0.55 | 0 | 0.61 | 0.27 | 114.21 | 0.46 | 0.51 |
| Hex | 54 | BB | 49 | 37 | 0 | 3D | 1B | 72 | 2E | 33 |
| Octal | 124 | 273 | 111 | 67 | 0 | 75 | 33 | 162 | 56 | 63 |
| Binary | 1010100 | 10111011 | 1001001 | 110111 | 0 | 111101 | 11011 | 1110010 | 101110 | 110011 |
Color Harmonies of #54BB49
Complementary color
Monochromatic Colors of #54BB49
Black with #54BB49
Text Example
Text Example
White with #54BB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BB49; }
p { color: rgb(84,187,73); }
H1.HeaderClassName
{
color: #54BB49;
}
.AnyTagClassName
{
color: #54BB49;
}
</style>
background-color css
<style>
a { background-color: #54BB49; }
a { background-color: rgb(84,187,73); }
div.DivClassName
{
background-color: #54BB49;
}
.BgClassName
{
background-color: #54BB49;
}
</style>
border-color css
<style>
span { border-color: #54BB49; }
span { border-color: rgb(84,187,73); }
td.TdClassName
{
border-color: #54BB49;
}
.TagClassName
{
border-color: #54BB49;
}
</style>