Shades of Apple #53BE4D
Tints of Apple #53BE4D
RGB
CMYK
RGB Variations
Color information
#53BE4D (or 0x53BE4D) is known color: Apple. HEX triplet: 53, BE and 4D. RGB value is (83,190,77). Sum of RGB (Red+Green+Blue) = 83+190+77=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 190 (74.61% from 255 or 54.29% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 190 - color contains mainly: green. Hex color #53BE4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BE4D is #AC41B2. Grayscale: #919191. Windows color (decimal): -11289011 or 5094995. OLE color: 5094995.
HSL color Cylindrical-coordinate representation of color #53BE4D: hue angle of 116.81º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53BE4D is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 190 | 77 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.25 |
| HSL | 116.81º | 0.47% | 0.52% | - |
| HSV(B) | 116.81º | 0.59% | 0.75% | - |
| XYZ | 23.32 | 39.2 | 13.36 | - |
| YUV | 145.13 | 89.55 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 190 | 77 | 0.56 | 0 | 0.59 | 0.25 | 116.81 | 0.47 | 0.52 |
| Hex | 53 | BE | 4D | 38 | 0 | 3B | 19 | 75 | 2F | 34 |
| Octal | 123 | 276 | 115 | 70 | 0 | 73 | 31 | 165 | 57 | 64 |
| Binary | 1010011 | 10111110 | 1001101 | 111000 | 0 | 111011 | 11001 | 1110101 | 101111 | 110100 |
Color Harmonies of #53BE4D
Complementary color
Monochromatic Colors of #53BE4D
Black with #53BE4D
Text Example
Text Example
White with #53BE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BE4D; }
p { color: rgb(83,190,77); }
H1.HeaderClassName
{
color: #53BE4D;
}
.AnyTagClassName
{
color: #53BE4D;
}
</style>
background-color css
<style>
a { background-color: #53BE4D; }
a { background-color: rgb(83,190,77); }
div.DivClassName
{
background-color: #53BE4D;
}
.BgClassName
{
background-color: #53BE4D;
}
</style>
border-color css
<style>
span { border-color: #53BE4D; }
span { border-color: rgb(83,190,77); }
td.TdClassName
{
border-color: #53BE4D;
}
.TagClassName
{
border-color: #53BE4D;
}
</style>