Shades of Apple #53CD4D
Tints of Apple #53CD4D
RGB
CMYK
RGB Variations
Color information
#53CD4D (or 0x53CD4D) is known color: Apple. HEX triplet: 53, CD and 4D. RGB value is (83,205,77). Sum of RGB (Red+Green+Blue) = 83+205+77=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #53CD4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CD4D is #AC32B2. Grayscale: #9A9A9A. Windows color (decimal): -11285171 or 5098835. OLE color: 5098835.
HSL color Cylindrical-coordinate representation of color #53CD4D: hue angle of 117.19º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53CD4D is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 205 | 77 | - |
| CMYK | 0.60 | 0 | 0.62 | 0.20 |
| HSL | 117.19º | 0.56% | 0.55% | - |
| HSV(B) | 117.19º | 0.62% | 0.8% | - |
| XYZ | 26.74 | 46.04 | 14.5 | - |
| YUV | 153.93 | 84.58 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 205 | 77 | 0.60 | 0 | 0.62 | 0.20 | 117.19 | 0.56 | 0.55 |
| Hex | 53 | CD | 4D | 3C | 0 | 3E | 14 | 75 | 38 | 37 |
| Octal | 123 | 315 | 115 | 74 | 0 | 76 | 24 | 165 | 70 | 67 |
| Binary | 1010011 | 11001101 | 1001101 | 111100 | 0 | 111110 | 10100 | 1110101 | 111000 | 110111 |
Color Harmonies of #53CD4D
Complementary color
Monochromatic Colors of #53CD4D
Black with #53CD4D
Text Example
Text Example
White with #53CD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CD4D; }
p { color: rgb(83,205,77); }
H1.HeaderClassName
{
color: #53CD4D;
}
.AnyTagClassName
{
color: #53CD4D;
}
</style>
background-color css
<style>
a { background-color: #53CD4D; }
a { background-color: rgb(83,205,77); }
div.DivClassName
{
background-color: #53CD4D;
}
.BgClassName
{
background-color: #53CD4D;
}
</style>
border-color css
<style>
span { border-color: #53CD4D; }
span { border-color: rgb(83,205,77); }
td.TdClassName
{
border-color: #53CD4D;
}
.TagClassName
{
border-color: #53CD4D;
}
</style>