Shades of Apple #54AE31
Tints of Apple #54AE31
RGB
CMYK
RGB Variations
Color information
#54AE31 (or 0x54AE31) is known color: Apple. HEX triplet: 54, AE and 31. RGB value is (84,174,49). Sum of RGB (Red+Green+Blue) = 84+174+49=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 174 (68.36% from 255 or 56.68% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 174 - color contains mainly: green. Hex color #54AE31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54AE31 is #AB51CE. Grayscale: #858585. Windows color (decimal): -11227599 or 3255892. OLE color: 3255892.
HSL color Cylindrical-coordinate representation of color #54AE31: hue angle of 103.2º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #54AE31 is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 174 | 49 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.32 |
| HSL | 103.2º | 0.56% | 0.44% | - |
| HSV(B) | 103.2º | 0.72% | 0.68% | - |
| XYZ | 19.35 | 32.38 | 8.14 | - |
| YUV | 132.84 | 80.68 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 174 | 49 | 0.52 | 0 | 0.72 | 0.32 | 103.2 | 0.56 | 0.44 |
| Hex | 54 | AE | 31 | 34 | 0 | 48 | 20 | 67 | 38 | 2C |
| Octal | 124 | 256 | 61 | 64 | 0 | 110 | 40 | 147 | 70 | 54 |
| Binary | 1010100 | 10101110 | 110001 | 110100 | 0 | 1001000 | 100000 | 1100111 | 111000 | 101100 |
Color Harmonies of #54AE31
Complementary color
Monochromatic Colors of #54AE31
Black with #54AE31
Text Example
Text Example
White with #54AE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AE31; }
p { color: rgb(84,174,49); }
H1.HeaderClassName
{
color: #54AE31;
}
.AnyTagClassName
{
color: #54AE31;
}
</style>
background-color css
<style>
a { background-color: #54AE31; }
a { background-color: rgb(84,174,49); }
div.DivClassName
{
background-color: #54AE31;
}
.BgClassName
{
background-color: #54AE31;
}
</style>
border-color css
<style>
span { border-color: #54AE31; }
span { border-color: rgb(84,174,49); }
td.TdClassName
{
border-color: #54AE31;
}
.TagClassName
{
border-color: #54AE31;
}
</style>