Shades of Apple #54BF4D
Tints of Apple #54BF4D
RGB
CMYK
RGB Variations
Color information
#54BF4D (or 0x54BF4D) is known color: Apple. HEX triplet: 54, BF and 4D. RGB value is (84,191,77). Sum of RGB (Red+Green+Blue) = 84+191+77=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #54BF4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BF4D is #AB40B2. Grayscale: #929292. Windows color (decimal): -11223219 or 5095252. OLE color: 5095252.
HSL color Cylindrical-coordinate representation of color #54BF4D: hue angle of 116.32º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54BF4D is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 191 | 77 | - |
| CMYK | 0.56 | 0 | 0.60 | 0.25 |
| HSL | 116.32º | 0.47% | 0.53% | - |
| HSV(B) | 116.32º | 0.6% | 0.75% | - |
| XYZ | 23.63 | 39.68 | 13.44 | - |
| YUV | 146.01 | 89.05 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 191 | 77 | 0.56 | 0 | 0.60 | 0.25 | 116.32 | 0.47 | 0.53 |
| Hex | 54 | BF | 4D | 38 | 0 | 3C | 19 | 74 | 2F | 35 |
| Octal | 124 | 277 | 115 | 70 | 0 | 74 | 31 | 164 | 57 | 65 |
| Binary | 1010100 | 10111111 | 1001101 | 111000 | 0 | 111100 | 11001 | 1110100 | 101111 | 110101 |
Color Harmonies of #54BF4D
Complementary color
Monochromatic Colors of #54BF4D
Black with #54BF4D
Text Example
Text Example
White with #54BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BF4D; }
p { color: rgb(84,191,77); }
H1.HeaderClassName
{
color: #54BF4D;
}
.AnyTagClassName
{
color: #54BF4D;
}
</style>
background-color css
<style>
a { background-color: #54BF4D; }
a { background-color: rgb(84,191,77); }
div.DivClassName
{
background-color: #54BF4D;
}
.BgClassName
{
background-color: #54BF4D;
}
</style>
border-color css
<style>
span { border-color: #54BF4D; }
span { border-color: rgb(84,191,77); }
td.TdClassName
{
border-color: #54BF4D;
}
.TagClassName
{
border-color: #54BF4D;
}
</style>