Shades of Apple #54BB40
Tints of Apple #54BB40
RGB
CMYK
RGB Variations
Color information
#54BB40 (or 0x54BB40) is known color: Apple. HEX triplet: 54, BB and 40. RGB value is (84,187,64). Sum of RGB (Red+Green+Blue) = 84+187+64=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 187 (73.44% from 255 or 55.82% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 187 - color contains mainly: green. Hex color #54BB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54BB40 is #AB44BF. Grayscale: #8E8E8E. Windows color (decimal): -11224256 or 4242260. OLE color: 4242260.
HSL color Cylindrical-coordinate representation of color #54BB40: hue angle of 110.24º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54BB40 is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 187 | 64 | - |
| CMYK | 0.55 | 0 | 0.66 | 0.27 |
| HSL | 110.24º | 0.49% | 0.49% | - |
| HSV(B) | 110.24º | 0.66% | 0.73% | - |
| XYZ | 22.35 | 37.8 | 10.97 | - |
| YUV | 142.18 | 83.88 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 187 | 64 | 0.55 | 0 | 0.66 | 0.27 | 110.24 | 0.49 | 0.49 |
| Hex | 54 | BB | 40 | 37 | 0 | 42 | 1B | 6E | 31 | 31 |
| Octal | 124 | 273 | 100 | 67 | 0 | 102 | 33 | 156 | 61 | 61 |
| Binary | 1010100 | 10111011 | 1000000 | 110111 | 0 | 1000010 | 11011 | 1101110 | 110001 | 110001 |
Color Harmonies of #54BB40
Complementary color
Monochromatic Colors of #54BB40
Black with #54BB40
Text Example
Text Example
White with #54BB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BB40; }
p { color: rgb(84,187,64); }
H1.HeaderClassName
{
color: #54BB40;
}
.AnyTagClassName
{
color: #54BB40;
}
</style>
background-color css
<style>
a { background-color: #54BB40; }
a { background-color: rgb(84,187,64); }
div.DivClassName
{
background-color: #54BB40;
}
.BgClassName
{
background-color: #54BB40;
}
</style>
border-color css
<style>
span { border-color: #54BB40; }
span { border-color: rgb(84,187,64); }
td.TdClassName
{
border-color: #54BB40;
}
.TagClassName
{
border-color: #54BB40;
}
</style>