Shades of Apple #54AF38
Tints of Apple #54AF38
RGB
CMYK
RGB Variations
Color information
#54AF38 (or 0x54AF38) is known color: Apple. HEX triplet: 54, AF and 38. RGB value is (84,175,56). Sum of RGB (Red+Green+Blue) = 84+175+56=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 175 (68.75% from 255 or 55.56% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54AF38 is #AB50C7. Grayscale: #868686. Windows color (decimal): -11227336 or 3714900. OLE color: 3714900.
HSL color Cylindrical-coordinate representation of color #54AF38: hue angle of 105.88º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #54AF38 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 175 | 56 | - |
| CMYK | 0.52 | 0 | 0.68 | 0.31 |
| HSL | 105.88º | 0.52% | 0.45% | - |
| HSV(B) | 105.88º | 0.68% | 0.69% | - |
| XYZ | 19.7 | 32.83 | 9.04 | - |
| YUV | 134.23 | 83.85 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 175 | 56 | 0.52 | 0 | 0.68 | 0.31 | 105.88 | 0.52 | 0.45 |
| Hex | 54 | AF | 38 | 34 | 0 | 44 | 1F | 6A | 34 | 2D |
| Octal | 124 | 257 | 70 | 64 | 0 | 104 | 37 | 152 | 64 | 55 |
| Binary | 1010100 | 10101111 | 111000 | 110100 | 0 | 1000100 | 11111 | 1101010 | 110100 | 101101 |
Color Harmonies of #54AF38
Complementary color
Monochromatic Colors of #54AF38
Black with #54AF38
Text Example
Text Example
White with #54AF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AF38; }
p { color: rgb(84,175,56); }
H1.HeaderClassName
{
color: #54AF38;
}
.AnyTagClassName
{
color: #54AF38;
}
</style>
background-color css
<style>
a { background-color: #54AF38; }
a { background-color: rgb(84,175,56); }
div.DivClassName
{
background-color: #54AF38;
}
.BgClassName
{
background-color: #54AF38;
}
</style>
border-color css
<style>
span { border-color: #54AF38; }
span { border-color: rgb(84,175,56); }
td.TdClassName
{
border-color: #54AF38;
}
.TagClassName
{
border-color: #54AF38;
}
</style>