Shades of Apple #54D148
Tints of Apple #54D148
RGB
CMYK
RGB Variations
Color information
#54D148 (or 0x54D148) is known color: Apple. HEX triplet: 54, D1 and 48. RGB value is (84,209,72). Sum of RGB (Red+Green+Blue) = 84+209+72=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 209 (82.03% from 255 or 57.26% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 209 - color contains mainly: green. Hex color #54D148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54D148 is #AB2EB7. Grayscale: #9C9C9C. Windows color (decimal): -11218616 or 4772180. OLE color: 4772180.
HSL color Cylindrical-coordinate representation of color #54D148: hue angle of 114.74º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54D148 is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 209 | 72 | - |
| CMYK | 0.60 | 0 | 0.66 | 0.18 |
| HSL | 114.74º | 0.6% | 0.55% | - |
| HSV(B) | 114.74º | 0.66% | 0.82% | - |
| XYZ | 27.63 | 47.95 | 13.93 | - |
| YUV | 156.01 | 80.59 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 209 | 72 | 0.60 | 0 | 0.66 | 0.18 | 114.74 | 0.6 | 0.55 |
| Hex | 54 | D1 | 48 | 3C | 0 | 42 | 12 | 73 | 3C | 37 |
| Octal | 124 | 321 | 110 | 74 | 0 | 102 | 22 | 163 | 74 | 67 |
| Binary | 1010100 | 11010001 | 1001000 | 111100 | 0 | 1000010 | 10010 | 1110011 | 111100 | 110111 |
Color Harmonies of #54D148
Complementary color
Monochromatic Colors of #54D148
Black with #54D148
Text Example
Text Example
White with #54D148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D148; }
p { color: rgb(84,209,72); }
H1.HeaderClassName
{
color: #54D148;
}
.AnyTagClassName
{
color: #54D148;
}
</style>
background-color css
<style>
a { background-color: #54D148; }
a { background-color: rgb(84,209,72); }
div.DivClassName
{
background-color: #54D148;
}
.BgClassName
{
background-color: #54D148;
}
</style>
border-color css
<style>
span { border-color: #54D148; }
span { border-color: rgb(84,209,72); }
td.TdClassName
{
border-color: #54D148;
}
.TagClassName
{
border-color: #54D148;
}
</style>