Shades of Apple #54C948
Tints of Apple #54C948
RGB
CMYK
RGB Variations
Color information
#54C948 (or 0x54C948) is known color: Apple. HEX triplet: 54, C9 and 48. RGB value is (84,201,72). Sum of RGB (Red+Green+Blue) = 84+201+72=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 201 (78.91% from 255 or 56.30% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 201 - color contains mainly: green. Hex color #54C948 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54C948 is #AB36B7. Grayscale: #979797. Windows color (decimal): -11220664 or 4770132. OLE color: 4770132.
HSL color Cylindrical-coordinate representation of color #54C948: hue angle of 114.42º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54C948 is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 201 | 72 | - |
| CMYK | 0.58 | 0 | 0.64 | 0.21 |
| HSL | 114.42º | 0.54% | 0.54% | - |
| HSV(B) | 114.42º | 0.64% | 0.79% | - |
| XYZ | 25.71 | 44.13 | 13.29 | - |
| YUV | 151.31 | 83.24 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 201 | 72 | 0.58 | 0 | 0.64 | 0.21 | 114.42 | 0.54 | 0.54 |
| Hex | 54 | C9 | 48 | 3A | 0 | 40 | 15 | 72 | 36 | 36 |
| Octal | 124 | 311 | 110 | 72 | 0 | 100 | 25 | 162 | 66 | 66 |
| Binary | 1010100 | 11001001 | 1001000 | 111010 | 0 | 1000000 | 10101 | 1110010 | 110110 | 110110 |
Color Harmonies of #54C948
Complementary color
Monochromatic Colors of #54C948
Black with #54C948
Text Example
Text Example
White with #54C948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C948; }
p { color: rgb(84,201,72); }
H1.HeaderClassName
{
color: #54C948;
}
.AnyTagClassName
{
color: #54C948;
}
</style>
background-color css
<style>
a { background-color: #54C948; }
a { background-color: rgb(84,201,72); }
div.DivClassName
{
background-color: #54C948;
}
.BgClassName
{
background-color: #54C948;
}
</style>
border-color css
<style>
span { border-color: #54C948; }
span { border-color: rgb(84,201,72); }
td.TdClassName
{
border-color: #54C948;
}
.TagClassName
{
border-color: #54C948;
}
</style>