Shades of Apple #54BA44
Tints of Apple #54BA44
RGB
CMYK
RGB Variations
Color information
#54BA44 (or 0x54BA44) is known color: Apple. HEX triplet: 54, BA and 44. RGB value is (84,186,68). Sum of RGB (Red+Green+Blue) = 84+186+68=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #54BA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54BA44 is #AB45BB. Grayscale: #8E8E8E. Windows color (decimal): -11224508 or 4504148. OLE color: 4504148.
HSL color Cylindrical-coordinate representation of color #54BA44: hue angle of 111.86º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54BA44 is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 186 | 68 | - |
| CMYK | 0.55 | 0 | 0.63 | 0.27 |
| HSL | 111.86º | 0.46% | 0.5% | - |
| HSV(B) | 111.86º | 0.63% | 0.73% | - |
| XYZ | 22.26 | 37.42 | 11.52 | - |
| YUV | 142.05 | 86.21 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 186 | 68 | 0.55 | 0 | 0.63 | 0.27 | 111.86 | 0.46 | 0.5 |
| Hex | 54 | BA | 44 | 37 | 0 | 3F | 1B | 70 | 2E | 32 |
| Octal | 124 | 272 | 104 | 67 | 0 | 77 | 33 | 160 | 56 | 62 |
| Binary | 1010100 | 10111010 | 1000100 | 110111 | 0 | 111111 | 11011 | 1110000 | 101110 | 110010 |
Color Harmonies of #54BA44
Complementary color
Monochromatic Colors of #54BA44
Black with #54BA44
Text Example
Text Example
White with #54BA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BA44; }
p { color: rgb(84,186,68); }
H1.HeaderClassName
{
color: #54BA44;
}
.AnyTagClassName
{
color: #54BA44;
}
</style>
background-color css
<style>
a { background-color: #54BA44; }
a { background-color: rgb(84,186,68); }
div.DivClassName
{
background-color: #54BA44;
}
.BgClassName
{
background-color: #54BA44;
}
</style>
border-color css
<style>
span { border-color: #54BA44; }
span { border-color: rgb(84,186,68); }
td.TdClassName
{
border-color: #54BA44;
}
.TagClassName
{
border-color: #54BA44;
}
</style>