Shades of Apple #54BC49
Tints of Apple #54BC49
RGB
CMYK
RGB Variations
Color information
#54BC49 (or 0x54BC49) is known color: Apple. HEX triplet: 54, BC and 49. RGB value is (84,188,73). Sum of RGB (Red+Green+Blue) = 84+188+73=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #54BC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54BC49 is #AB43B6. Grayscale: #909090. Windows color (decimal): -11223991 or 4832340. OLE color: 4832340.
HSL color Cylindrical-coordinate representation of color #54BC49: hue angle of 114.26º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54BC49 is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 188 | 73 | - |
| CMYK | 0.55 | 0 | 0.61 | 0.26 |
| HSL | 114.26º | 0.46% | 0.51% | - |
| HSV(B) | 114.26º | 0.61% | 0.74% | - |
| XYZ | 22.84 | 38.33 | 12.5 | - |
| YUV | 143.79 | 88.04 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 188 | 73 | 0.55 | 0 | 0.61 | 0.26 | 114.26 | 0.46 | 0.51 |
| Hex | 54 | BC | 49 | 37 | 0 | 3D | 1A | 72 | 2E | 33 |
| Octal | 124 | 274 | 111 | 67 | 0 | 75 | 32 | 162 | 56 | 63 |
| Binary | 1010100 | 10111100 | 1001001 | 110111 | 0 | 111101 | 11010 | 1110010 | 101110 | 110011 |
Color Harmonies of #54BC49
Complementary color
Monochromatic Colors of #54BC49
Black with #54BC49
Text Example
Text Example
White with #54BC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BC49; }
p { color: rgb(84,188,73); }
H1.HeaderClassName
{
color: #54BC49;
}
.AnyTagClassName
{
color: #54BC49;
}
</style>
background-color css
<style>
a { background-color: #54BC49; }
a { background-color: rgb(84,188,73); }
div.DivClassName
{
background-color: #54BC49;
}
.BgClassName
{
background-color: #54BC49;
}
</style>
border-color css
<style>
span { border-color: #54BC49; }
span { border-color: rgb(84,188,73); }
td.TdClassName
{
border-color: #54BC49;
}
.TagClassName
{
border-color: #54BC49;
}
</style>