Shades of Apple #54C048
Tints of Apple #54C048
RGB
CMYK
RGB Variations
Color information
#54C048 (or 0x54C048) is known color: Apple. HEX triplet: 54, C0 and 48. RGB value is (84,192,72). Sum of RGB (Red+Green+Blue) = 84+192+72=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 192 (75.39% from 255 or 55.17% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 192 - color contains mainly: green. Hex color #54C048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54C048 is #AB3FB7. Grayscale: #929292. Windows color (decimal): -11222968 or 4767828. OLE color: 4767828.
HSL color Cylindrical-coordinate representation of color #54C048: hue angle of 114º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54C048 is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 192 | 72 | - |
| CMYK | 0.56 | 0 | 0.63 | 0.25 |
| HSL | 114º | 0.49% | 0.52% | - |
| HSV(B) | 114º | 0.63% | 0.75% | - |
| XYZ | 23.68 | 40.05 | 12.61 | - |
| YUV | 146.03 | 86.22 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 192 | 72 | 0.56 | 0 | 0.63 | 0.25 | 114 | 0.49 | 0.52 |
| Hex | 54 | C0 | 48 | 38 | 0 | 3F | 19 | 72 | 31 | 34 |
| Octal | 124 | 300 | 110 | 70 | 0 | 77 | 31 | 162 | 61 | 64 |
| Binary | 1010100 | 11000000 | 1001000 | 111000 | 0 | 111111 | 11001 | 1110010 | 110001 | 110100 |
Color Harmonies of #54C048
Complementary color
Monochromatic Colors of #54C048
Black with #54C048
Text Example
Text Example
White with #54C048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C048; }
p { color: rgb(84,192,72); }
H1.HeaderClassName
{
color: #54C048;
}
.AnyTagClassName
{
color: #54C048;
}
</style>
background-color css
<style>
a { background-color: #54C048; }
a { background-color: rgb(84,192,72); }
div.DivClassName
{
background-color: #54C048;
}
.BgClassName
{
background-color: #54C048;
}
</style>
border-color css
<style>
span { border-color: #54C048; }
span { border-color: rgb(84,192,72); }
td.TdClassName
{
border-color: #54C048;
}
.TagClassName
{
border-color: #54C048;
}
</style>