Shades of Apple #54D044
Tints of Apple #54D044
RGB
CMYK
RGB Variations
Color information
#54D044 (or 0x54D044) is known color: Apple. HEX triplet: 54, D0 and 44. RGB value is (84,208,68). Sum of RGB (Red+Green+Blue) = 84+208+68=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 208 (81.64% from 255 or 57.78% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 208 - color contains mainly: green. Hex color #54D044 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54D044 is #AB2FBB. Grayscale: #9B9B9B. Windows color (decimal): -11218876 or 4509780. OLE color: 4509780.
HSL color Cylindrical-coordinate representation of color #54D044: hue angle of 113.14º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54D044 is Cyan = 0.60, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 208 | 68 | - |
| CMYK | 0.60 | 0 | 0.67 | 0.18 |
| HSL | 113.14º | 0.6% | 0.54% | - |
| HSV(B) | 113.14º | 0.67% | 0.82% | - |
| XYZ | 27.26 | 47.41 | 13.18 | - |
| YUV | 154.96 | 78.92 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 208 | 68 | 0.60 | 0 | 0.67 | 0.18 | 113.14 | 0.6 | 0.54 |
| Hex | 54 | D0 | 44 | 3C | 0 | 43 | 12 | 71 | 3C | 36 |
| Octal | 124 | 320 | 104 | 74 | 0 | 103 | 22 | 161 | 74 | 66 |
| Binary | 1010100 | 11010000 | 1000100 | 111100 | 0 | 1000011 | 10010 | 1110001 | 111100 | 110110 |
Color Harmonies of #54D044
Complementary color
Monochromatic Colors of #54D044
Black with #54D044
Text Example
Text Example
White with #54D044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D044; }
p { color: rgb(84,208,68); }
H1.HeaderClassName
{
color: #54D044;
}
.AnyTagClassName
{
color: #54D044;
}
</style>
background-color css
<style>
a { background-color: #54D044; }
a { background-color: rgb(84,208,68); }
div.DivClassName
{
background-color: #54D044;
}
.BgClassName
{
background-color: #54D044;
}
</style>
border-color css
<style>
span { border-color: #54D044; }
span { border-color: rgb(84,208,68); }
td.TdClassName
{
border-color: #54D044;
}
.TagClassName
{
border-color: #54D044;
}
</style>