Shades of Apple #54D348
Tints of Apple #54D348
RGB
CMYK
RGB Variations
Color information
#54D348 (or 0x54D348) is known color: Apple. HEX triplet: 54, D3 and 48. RGB value is (84,211,72). Sum of RGB (Red+Green+Blue) = 84+211+72=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 211 (82.81% from 255 or 57.49% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 211 - color contains mainly: green. Hex color #54D348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54D348 is #AB2CB7. Grayscale: #9D9D9D. Windows color (decimal): -11218104 or 4772692. OLE color: 4772692.
HSL color Cylindrical-coordinate representation of color #54D348: hue angle of 114.82º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54D348 is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 84 | 211 | 72 | - |
| CMYK | 0.60 | 0 | 0.66 | 0.17 |
| HSL | 114.82º | 0.61% | 0.55% | - |
| HSV(B) | 114.82º | 0.66% | 0.83% | - |
| XYZ | 28.12 | 48.94 | 14.1 | - |
| YUV | 157.18 | 79.92 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 211 | 72 | 0.60 | 0 | 0.66 | 0.17 | 114.82 | 0.61 | 0.55 |
| Hex | 54 | D3 | 48 | 3C | 0 | 42 | 11 | 73 | 3D | 37 |
| Octal | 124 | 323 | 110 | 74 | 0 | 102 | 21 | 163 | 75 | 67 |
| Binary | 1010100 | 11010011 | 1001000 | 111100 | 0 | 1000010 | 10001 | 1110011 | 111101 | 110111 |
Color Harmonies of #54D348
Complementary color
Monochromatic Colors of #54D348
Black with #54D348
Text Example
Text Example
White with #54D348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D348; }
p { color: rgb(84,211,72); }
H1.HeaderClassName
{
color: #54D348;
}
.AnyTagClassName
{
color: #54D348;
}
</style>
background-color css
<style>
a { background-color: #54D348; }
a { background-color: rgb(84,211,72); }
div.DivClassName
{
background-color: #54D348;
}
.BgClassName
{
background-color: #54D348;
}
</style>
border-color css
<style>
span { border-color: #54D348; }
span { border-color: rgb(84,211,72); }
td.TdClassName
{
border-color: #54D348;
}
.TagClassName
{
border-color: #54D348;
}
</style>