Shades of Apple #53BF4D
Tints of Apple #53BF4D
RGB
CMYK
RGB Variations
Color information
#53BF4D (or 0x53BF4D) is known color: Apple. HEX triplet: 53, BF and 4D. RGB value is (83,191,77). Sum of RGB (Red+Green+Blue) = 83+191+77=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 191 (75% from 255 or 54.42% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 191 - color contains mainly: green. Hex color #53BF4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BF4D is #AC40B2. Grayscale: #929292. Windows color (decimal): -11288755 or 5095251. OLE color: 5095251.
HSL color Cylindrical-coordinate representation of color #53BF4D: hue angle of 116.84º 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 #53BF4D is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 191 | 77 | - |
| CMYK | 0.57 | 0 | 0.60 | 0.25 |
| HSL | 116.84º | 0.47% | 0.53% | - |
| HSV(B) | 116.84º | 0.6% | 0.75% | - |
| XYZ | 23.54 | 39.64 | 13.43 | - |
| YUV | 145.71 | 89.22 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 191 | 77 | 0.57 | 0 | 0.60 | 0.25 | 116.84 | 0.47 | 0.53 |
| Hex | 53 | BF | 4D | 39 | 0 | 3C | 19 | 75 | 2F | 35 |
| Octal | 123 | 277 | 115 | 71 | 0 | 74 | 31 | 165 | 57 | 65 |
| Binary | 1010011 | 10111111 | 1001101 | 111001 | 0 | 111100 | 11001 | 1110101 | 101111 | 110101 |
Color Harmonies of #53BF4D
Complementary color
Monochromatic Colors of #53BF4D
Black with #53BF4D
Text Example
Text Example
White with #53BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BF4D; }
p { color: rgb(83,191,77); }
H1.HeaderClassName
{
color: #53BF4D;
}
.AnyTagClassName
{
color: #53BF4D;
}
</style>
background-color css
<style>
a { background-color: #53BF4D; }
a { background-color: rgb(83,191,77); }
div.DivClassName
{
background-color: #53BF4D;
}
.BgClassName
{
background-color: #53BF4D;
}
</style>
border-color css
<style>
span { border-color: #53BF4D; }
span { border-color: rgb(83,191,77); }
td.TdClassName
{
border-color: #53BF4D;
}
.TagClassName
{
border-color: #53BF4D;
}
</style>