Shades of Apple #54BC34
Tints of Apple #54BC34
RGB
CMYK
RGB Variations
Color information
#54BC34 (or 0x54BC34) is known color: Apple. HEX triplet: 54, BC and 34. RGB value is (84,188,52). Sum of RGB (Red+Green+Blue) = 84+188+52=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #54BC34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54BC34 is #AB43CB. Grayscale: #8D8D8D. Windows color (decimal): -11224012 or 3456084. OLE color: 3456084.
HSL color Cylindrical-coordinate representation of color #54BC34: hue angle of 105.88º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #54BC34 is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 188 | 52 | - |
| CMYK | 0.55 | 0 | 0.72 | 0.26 |
| HSL | 105.88º | 0.57% | 0.47% | - |
| HSV(B) | 105.88º | 0.72% | 0.74% | - |
| XYZ | 22.26 | 38.1 | 9.43 | - |
| YUV | 141.4 | 77.54 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 188 | 52 | 0.55 | 0 | 0.72 | 0.26 | 105.88 | 0.57 | 0.47 |
| Hex | 54 | BC | 34 | 37 | 0 | 48 | 1A | 6A | 39 | 2F |
| Octal | 124 | 274 | 64 | 67 | 0 | 110 | 32 | 152 | 71 | 57 |
| Binary | 1010100 | 10111100 | 110100 | 110111 | 0 | 1001000 | 11010 | 1101010 | 111001 | 101111 |
Color Harmonies of #54BC34
Complementary color
Monochromatic Colors of #54BC34
Black with #54BC34
Text Example
Text Example
White with #54BC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BC34; }
p { color: rgb(84,188,52); }
H1.HeaderClassName
{
color: #54BC34;
}
.AnyTagClassName
{
color: #54BC34;
}
</style>
background-color css
<style>
a { background-color: #54BC34; }
a { background-color: rgb(84,188,52); }
div.DivClassName
{
background-color: #54BC34;
}
.BgClassName
{
background-color: #54BC34;
}
</style>
border-color css
<style>
span { border-color: #54BC34; }
span { border-color: rgb(84,188,52); }
td.TdClassName
{
border-color: #54BC34;
}
.TagClassName
{
border-color: #54BC34;
}
</style>