Shades of Apple #54B334
Tints of Apple #54B334
RGB
CMYK
RGB Variations
Color information
#54B334 (or 0x54B334) is known color: Apple. HEX triplet: 54, B3 and 34. RGB value is (84,179,52). Sum of RGB (Red+Green+Blue) = 84+179+52=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 179 (70.31% from 255 or 56.83% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 179 - color contains mainly: green. Hex color #54B334 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54B334 is #AB4CCB. Grayscale: #888888. Windows color (decimal): -11226316 or 3453780. OLE color: 3453780.
HSL color Cylindrical-coordinate representation of color #54B334: hue angle of 104.88º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #54B334 is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 179 | 52 | - |
| CMYK | 0.53 | 0 | 0.71 | 0.30 |
| HSL | 104.88º | 0.55% | 0.45% | - |
| HSV(B) | 104.88º | 0.71% | 0.7% | - |
| XYZ | 20.4 | 34.37 | 8.81 | - |
| YUV | 136.12 | 80.53 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 179 | 52 | 0.53 | 0 | 0.71 | 0.30 | 104.88 | 0.55 | 0.45 |
| Hex | 54 | B3 | 34 | 35 | 0 | 47 | 1E | 69 | 37 | 2D |
| Octal | 124 | 263 | 64 | 65 | 0 | 107 | 36 | 151 | 67 | 55 |
| Binary | 1010100 | 10110011 | 110100 | 110101 | 0 | 1000111 | 11110 | 1101001 | 110111 | 101101 |
Color Harmonies of #54B334
Complementary color
Monochromatic Colors of #54B334
Black with #54B334
Text Example
Text Example
White with #54B334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B334; }
p { color: rgb(84,179,52); }
H1.HeaderClassName
{
color: #54B334;
}
.AnyTagClassName
{
color: #54B334;
}
</style>
background-color css
<style>
a { background-color: #54B334; }
a { background-color: rgb(84,179,52); }
div.DivClassName
{
background-color: #54B334;
}
.BgClassName
{
background-color: #54B334;
}
</style>
border-color css
<style>
span { border-color: #54B334; }
span { border-color: rgb(84,179,52); }
td.TdClassName
{
border-color: #54B334;
}
.TagClassName
{
border-color: #54B334;
}
</style>