Shades of Apple #54B445
Tints of Apple #54B445
RGB
CMYK
RGB Variations
Color information
#54B445 (or 0x54B445) is known color: Apple. HEX triplet: 54, B4 and 45. RGB value is (84,180,69). Sum of RGB (Red+Green+Blue) = 84+180+69=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 180 (70.70% from 255 or 54.05% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 180 - color contains mainly: green. Hex color #54B445 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54B445 is #AB4BBA. Grayscale: #8A8A8A. Windows color (decimal): -11226043 or 4568148. OLE color: 4568148.
HSL color Cylindrical-coordinate representation of color #54B445: hue angle of 111.89º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54B445 is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 180 | 69 | - |
| CMYK | 0.53 | 0 | 0.62 | 0.29 |
| HSL | 111.89º | 0.45% | 0.49% | - |
| HSV(B) | 111.89º | 0.62% | 0.71% | - |
| XYZ | 21.05 | 34.96 | 11.27 | - |
| YUV | 138.64 | 88.7 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 180 | 69 | 0.53 | 0 | 0.62 | 0.29 | 111.89 | 0.45 | 0.49 |
| Hex | 54 | B4 | 45 | 35 | 0 | 3E | 1D | 70 | 2D | 31 |
| Octal | 124 | 264 | 105 | 65 | 0 | 76 | 35 | 160 | 55 | 61 |
| Binary | 1010100 | 10110100 | 1000101 | 110101 | 0 | 111110 | 11101 | 1110000 | 101101 | 110001 |
Color Harmonies of #54B445
Complementary color
Monochromatic Colors of #54B445
Black with #54B445
Text Example
Text Example
White with #54B445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B445; }
p { color: rgb(84,180,69); }
H1.HeaderClassName
{
color: #54B445;
}
.AnyTagClassName
{
color: #54B445;
}
</style>
background-color css
<style>
a { background-color: #54B445; }
a { background-color: rgb(84,180,69); }
div.DivClassName
{
background-color: #54B445;
}
.BgClassName
{
background-color: #54B445;
}
</style>
border-color css
<style>
span { border-color: #54B445; }
span { border-color: rgb(84,180,69); }
td.TdClassName
{
border-color: #54B445;
}
.TagClassName
{
border-color: #54B445;
}
</style>