Shades of Apple #54D149
Tints of Apple #54D149
RGB
CMYK
RGB Variations
Color information
#54D149 (or 0x54D149) is known color: Apple. HEX triplet: 54, D1 and 49. RGB value is (84,209,73). Sum of RGB (Red+Green+Blue) = 84+209+73=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 209 (82.03% from 255 or 57.10% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 209 - color contains mainly: green. Hex color #54D149 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54D149 is #AB2EB6. Grayscale: #9C9C9C. Windows color (decimal): -11218615 or 4837716. OLE color: 4837716.
HSL color Cylindrical-coordinate representation of color #54D149: hue angle of 115.15º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54D149 is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 209 | 73 | - |
| CMYK | 0.60 | 0 | 0.65 | 0.18 |
| HSL | 115.15º | 0.6% | 0.55% | - |
| HSV(B) | 115.15º | 0.65% | 0.82% | - |
| XYZ | 27.66 | 47.97 | 14.1 | - |
| YUV | 156.12 | 81.09 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 209 | 73 | 0.60 | 0 | 0.65 | 0.18 | 115.15 | 0.6 | 0.55 |
| Hex | 54 | D1 | 49 | 3C | 0 | 41 | 12 | 73 | 3C | 37 |
| Octal | 124 | 321 | 111 | 74 | 0 | 101 | 22 | 163 | 74 | 67 |
| Binary | 1010100 | 11010001 | 1001001 | 111100 | 0 | 1000001 | 10010 | 1110011 | 111100 | 110111 |
Color Harmonies of #54D149
Complementary color
Monochromatic Colors of #54D149
Black with #54D149
Text Example
Text Example
White with #54D149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D149; }
p { color: rgb(84,209,73); }
H1.HeaderClassName
{
color: #54D149;
}
.AnyTagClassName
{
color: #54D149;
}
</style>
background-color css
<style>
a { background-color: #54D149; }
a { background-color: rgb(84,209,73); }
div.DivClassName
{
background-color: #54D149;
}
.BgClassName
{
background-color: #54D149;
}
</style>
border-color css
<style>
span { border-color: #54D149; }
span { border-color: rgb(84,209,73); }
td.TdClassName
{
border-color: #54D149;
}
.TagClassName
{
border-color: #54D149;
}
</style>