Shades of Apple #53CD4A
Tints of Apple #53CD4A
RGB
CMYK
RGB Variations
Color information
#53CD4A (or 0x53CD4A) is known color: Apple. HEX triplet: 53, CD and 4A. RGB value is (83,205,74). Sum of RGB (Red+Green+Blue) = 83+205+74=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 205 (80.47% from 255 or 56.63% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 205 - color contains mainly: green. Hex color #53CD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CD4A is #AC32B5. Grayscale: #999999. Windows color (decimal): -11285174 or 4902227. OLE color: 4902227.
HSL color Cylindrical-coordinate representation of color #53CD4A: hue angle of 115.88º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53CD4A is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 205 | 74 | - |
| CMYK | 0.60 | 0 | 0.64 | 0.20 |
| HSL | 115.88º | 0.57% | 0.55% | - |
| HSV(B) | 115.88º | 0.64% | 0.8% | - |
| XYZ | 26.63 | 46 | 13.95 | - |
| YUV | 153.59 | 83.08 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 205 | 74 | 0.60 | 0 | 0.64 | 0.20 | 115.88 | 0.57 | 0.55 |
| Hex | 53 | CD | 4A | 3C | 0 | 40 | 14 | 74 | 39 | 37 |
| Octal | 123 | 315 | 112 | 74 | 0 | 100 | 24 | 164 | 71 | 67 |
| Binary | 1010011 | 11001101 | 1001010 | 111100 | 0 | 1000000 | 10100 | 1110100 | 111001 | 110111 |
Color Harmonies of #53CD4A
Complementary color
Monochromatic Colors of #53CD4A
Black with #53CD4A
Text Example
Text Example
White with #53CD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CD4A; }
p { color: rgb(83,205,74); }
H1.HeaderClassName
{
color: #53CD4A;
}
.AnyTagClassName
{
color: #53CD4A;
}
</style>
background-color css
<style>
a { background-color: #53CD4A; }
a { background-color: rgb(83,205,74); }
div.DivClassName
{
background-color: #53CD4A;
}
.BgClassName
{
background-color: #53CD4A;
}
</style>
border-color css
<style>
span { border-color: #53CD4A; }
span { border-color: rgb(83,205,74); }
td.TdClassName
{
border-color: #53CD4A;
}
.TagClassName
{
border-color: #53CD4A;
}
</style>