Shades of Apple #54BC40
Tints of Apple #54BC40
RGB
CMYK
RGB Variations
Color information
#54BC40 (or 0x54BC40) is known color: Apple. HEX triplet: 54, BC and 40. RGB value is (84,188,64). Sum of RGB (Red+Green+Blue) = 84+188+64=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #54BC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54BC40 is #AB43BF. Grayscale: #8F8F8F. Windows color (decimal): -11224000 or 4242516. OLE color: 4242516.
HSL color Cylindrical-coordinate representation of color #54BC40: hue angle of 110.32º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54BC40 is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 188 | 64 | - |
| CMYK | 0.55 | 0 | 0.66 | 0.26 |
| HSL | 110.32º | 0.49% | 0.49% | - |
| HSV(B) | 110.32º | 0.66% | 0.74% | - |
| XYZ | 22.56 | 38.22 | 11.04 | - |
| YUV | 142.77 | 83.54 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 188 | 64 | 0.55 | 0 | 0.66 | 0.26 | 110.32 | 0.49 | 0.49 |
| Hex | 54 | BC | 40 | 37 | 0 | 42 | 1A | 6E | 31 | 31 |
| Octal | 124 | 274 | 100 | 67 | 0 | 102 | 32 | 156 | 61 | 61 |
| Binary | 1010100 | 10111100 | 1000000 | 110111 | 0 | 1000010 | 11010 | 1101110 | 110001 | 110001 |
Color Harmonies of #54BC40
Complementary color
Monochromatic Colors of #54BC40
Black with #54BC40
Text Example
Text Example
White with #54BC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BC40; }
p { color: rgb(84,188,64); }
H1.HeaderClassName
{
color: #54BC40;
}
.AnyTagClassName
{
color: #54BC40;
}
</style>
background-color css
<style>
a { background-color: #54BC40; }
a { background-color: rgb(84,188,64); }
div.DivClassName
{
background-color: #54BC40;
}
.BgClassName
{
background-color: #54BC40;
}
</style>
border-color css
<style>
span { border-color: #54BC40; }
span { border-color: rgb(84,188,64); }
td.TdClassName
{
border-color: #54BC40;
}
.TagClassName
{
border-color: #54BC40;
}
</style>