Shades of Apple #53BD4D
Tints of Apple #53BD4D
RGB
CMYK
RGB Variations
Color information
#53BD4D (or 0x53BD4D) is known color: Apple. HEX triplet: 53, BD and 4D. RGB value is (83,189,77). Sum of RGB (Red+Green+Blue) = 83+189+77=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 189 (74.22% from 255 or 54.15% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 189 - color contains mainly: green. Hex color #53BD4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BD4D is #AC42B2. Grayscale: #909090. Windows color (decimal): -11289267 or 5094739. OLE color: 5094739.
HSL color Cylindrical-coordinate representation of color #53BD4D: hue angle of 116.79º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53BD4D is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 189 | 77 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.26 |
| HSL | 116.79º | 0.46% | 0.52% | - |
| HSV(B) | 116.79º | 0.59% | 0.74% | - |
| XYZ | 23.1 | 38.77 | 13.29 | - |
| YUV | 144.54 | 89.88 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 189 | 77 | 0.56 | 0 | 0.59 | 0.26 | 116.79 | 0.46 | 0.52 |
| Hex | 53 | BD | 4D | 38 | 0 | 3B | 1A | 75 | 2E | 34 |
| Octal | 123 | 275 | 115 | 70 | 0 | 73 | 32 | 165 | 56 | 64 |
| Binary | 1010011 | 10111101 | 1001101 | 111000 | 0 | 111011 | 11010 | 1110101 | 101110 | 110100 |
Color Harmonies of #53BD4D
Complementary color
Monochromatic Colors of #53BD4D
Black with #53BD4D
Text Example
Text Example
White with #53BD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BD4D; }
p { color: rgb(83,189,77); }
H1.HeaderClassName
{
color: #53BD4D;
}
.AnyTagClassName
{
color: #53BD4D;
}
</style>
background-color css
<style>
a { background-color: #53BD4D; }
a { background-color: rgb(83,189,77); }
div.DivClassName
{
background-color: #53BD4D;
}
.BgClassName
{
background-color: #53BD4D;
}
</style>
border-color css
<style>
span { border-color: #53BD4D; }
span { border-color: rgb(83,189,77); }
td.TdClassName
{
border-color: #53BD4D;
}
.TagClassName
{
border-color: #53BD4D;
}
</style>