Shades of Apple #54BA34
Tints of Apple #54BA34
RGB
CMYK
RGB Variations
Color information
#54BA34 (or 0x54BA34) is known color: Apple. HEX triplet: 54, BA and 34. RGB value is (84,186,52). Sum of RGB (Red+Green+Blue) = 84+186+52=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #54BA34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54BA34 is #AB45CB. Grayscale: #8C8C8C. Windows color (decimal): -11224524 or 3455572. OLE color: 3455572.
HSL color Cylindrical-coordinate representation of color #54BA34: hue angle of 105.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #54BA34 is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 186 | 52 | - |
| CMYK | 0.55 | 0 | 0.72 | 0.27 |
| HSL | 105.67º | 0.56% | 0.47% | - |
| HSV(B) | 105.67º | 0.72% | 0.73% | - |
| XYZ | 21.83 | 37.25 | 9.29 | - |
| YUV | 140.23 | 78.21 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 186 | 52 | 0.55 | 0 | 0.72 | 0.27 | 105.67 | 0.56 | 0.47 |
| Hex | 54 | BA | 34 | 37 | 0 | 48 | 1B | 6A | 38 | 2F |
| Octal | 124 | 272 | 64 | 67 | 0 | 110 | 33 | 152 | 70 | 57 |
| Binary | 1010100 | 10111010 | 110100 | 110111 | 0 | 1001000 | 11011 | 1101010 | 111000 | 101111 |
Color Harmonies of #54BA34
Complementary color
Monochromatic Colors of #54BA34
Black with #54BA34
Text Example
Text Example
White with #54BA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BA34; }
p { color: rgb(84,186,52); }
H1.HeaderClassName
{
color: #54BA34;
}
.AnyTagClassName
{
color: #54BA34;
}
</style>
background-color css
<style>
a { background-color: #54BA34; }
a { background-color: rgb(84,186,52); }
div.DivClassName
{
background-color: #54BA34;
}
.BgClassName
{
background-color: #54BA34;
}
</style>
border-color css
<style>
span { border-color: #54BA34; }
span { border-color: rgb(84,186,52); }
td.TdClassName
{
border-color: #54BA34;
}
.TagClassName
{
border-color: #54BA34;
}
</style>