Shades of Apple #54A33C
Tints of Apple #54A33C
RGB
CMYK
RGB Variations
Color information
#54A33C (or 0x54A33C) is known color: Apple. HEX triplet: 54, A3 and 3C. RGB value is (84,163,60). Sum of RGB (Red+Green+Blue) = 84+163+60=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 163 (64.06% from 255 or 53.09% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 163 - color contains mainly: green. Hex color #54A33C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A33C is #AB5CC3. Grayscale: #7F7F7F. Windows color (decimal): -11230404 or 3973972. OLE color: 3973972.
HSL color Cylindrical-coordinate representation of color #54A33C: hue angle of 106.02º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54A33C is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 163 | 60 | - |
| CMYK | 0.48 | 0 | 0.63 | 0.36 |
| HSL | 106.02º | 0.46% | 0.44% | - |
| HSV(B) | 106.02º | 0.63% | 0.64% | - |
| XYZ | 17.57 | 28.41 | 8.83 | - |
| YUV | 127.64 | 89.83 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 163 | 60 | 0.48 | 0 | 0.63 | 0.36 | 106.02 | 0.46 | 0.44 |
| Hex | 54 | A3 | 3C | 30 | 0 | 3F | 24 | 6A | 2E | 2C |
| Octal | 124 | 243 | 74 | 60 | 0 | 77 | 44 | 152 | 56 | 54 |
| Binary | 1010100 | 10100011 | 111100 | 110000 | 0 | 111111 | 100100 | 1101010 | 101110 | 101100 |
Color Harmonies of #54A33C
Complementary color
Monochromatic Colors of #54A33C
Black with #54A33C
Text Example
Text Example
White with #54A33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A33C; }
p { color: rgb(84,163,60); }
H1.HeaderClassName
{
color: #54A33C;
}
.AnyTagClassName
{
color: #54A33C;
}
</style>
background-color css
<style>
a { background-color: #54A33C; }
a { background-color: rgb(84,163,60); }
div.DivClassName
{
background-color: #54A33C;
}
.BgClassName
{
background-color: #54A33C;
}
</style>
border-color css
<style>
span { border-color: #54A33C; }
span { border-color: rgb(84,163,60); }
td.TdClassName
{
border-color: #54A33C;
}
.TagClassName
{
border-color: #54A33C;
}
</style>