Shades of Apple #54B940
Tints of Apple #54B940
RGB
CMYK
RGB Variations
Color information
#54B940 (or 0x54B940) is known color: Apple. HEX triplet: 54, B9 and 40. RGB value is (84,185,64). Sum of RGB (Red+Green+Blue) = 84+185+64=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 185 (72.66% from 255 or 55.56% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 185 - color contains mainly: green. Hex color #54B940 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54B940 is #AB46BF. Grayscale: #8D8D8D. Windows color (decimal): -11224768 or 4241748. OLE color: 4241748.
HSL color Cylindrical-coordinate representation of color #54B940: hue angle of 110.08º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54B940 is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 185 | 64 | - |
| CMYK | 0.55 | 0 | 0.65 | 0.27 |
| HSL | 110.08º | 0.49% | 0.49% | - |
| HSV(B) | 110.08º | 0.65% | 0.73% | - |
| XYZ | 21.93 | 36.95 | 10.83 | - |
| YUV | 141.01 | 84.54 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 185 | 64 | 0.55 | 0 | 0.65 | 0.27 | 110.08 | 0.49 | 0.49 |
| Hex | 54 | B9 | 40 | 37 | 0 | 41 | 1B | 6E | 31 | 31 |
| Octal | 124 | 271 | 100 | 67 | 0 | 101 | 33 | 156 | 61 | 61 |
| Binary | 1010100 | 10111001 | 1000000 | 110111 | 0 | 1000001 | 11011 | 1101110 | 110001 | 110001 |
Color Harmonies of #54B940
Complementary color
Monochromatic Colors of #54B940
Black with #54B940
Text Example
Text Example
White with #54B940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B940; }
p { color: rgb(84,185,64); }
H1.HeaderClassName
{
color: #54B940;
}
.AnyTagClassName
{
color: #54B940;
}
</style>
background-color css
<style>
a { background-color: #54B940; }
a { background-color: rgb(84,185,64); }
div.DivClassName
{
background-color: #54B940;
}
.BgClassName
{
background-color: #54B940;
}
</style>
border-color css
<style>
span { border-color: #54B940; }
span { border-color: rgb(84,185,64); }
td.TdClassName
{
border-color: #54B940;
}
.TagClassName
{
border-color: #54B940;
}
</style>