Shades of Apple #53AD31
Tints of Apple #53AD31
RGB
CMYK
RGB Variations
Color information
#53AD31 (or 0x53AD31) is known color: Apple. HEX triplet: 53, AD and 31. RGB value is (83,173,49). Sum of RGB (Red+Green+Blue) = 83+173+49=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 173 (67.97% from 255 or 56.72% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AD31 is #AC52CE. Grayscale: #848484. Windows color (decimal): -11293391 or 3255635. OLE color: 3255635.
HSL color Cylindrical-coordinate representation of color #53AD31: hue angle of 103.55º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #53AD31 is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 173 | 49 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.32 |
| HSL | 103.55º | 0.56% | 0.44% | - |
| HSV(B) | 103.55º | 0.72% | 0.68% | - |
| XYZ | 19.07 | 31.95 | 8.07 | - |
| YUV | 131.95 | 81.18 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 49 | 0.52 | 0 | 0.72 | 0.32 | 103.55 | 0.56 | 0.44 |
| Hex | 53 | AD | 31 | 34 | 0 | 48 | 20 | 68 | 38 | 2C |
| Octal | 123 | 255 | 61 | 64 | 0 | 110 | 40 | 150 | 70 | 54 |
| Binary | 1010011 | 10101101 | 110001 | 110100 | 0 | 1001000 | 100000 | 1101000 | 111000 | 101100 |
Color Harmonies of #53AD31
Complementary color
Monochromatic Colors of #53AD31
Black with #53AD31
Text Example
Text Example
White with #53AD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AD31; }
p { color: rgb(83,173,49); }
H1.HeaderClassName
{
color: #53AD31;
}
.AnyTagClassName
{
color: #53AD31;
}
</style>
background-color css
<style>
a { background-color: #53AD31; }
a { background-color: rgb(83,173,49); }
div.DivClassName
{
background-color: #53AD31;
}
.BgClassName
{
background-color: #53AD31;
}
</style>
border-color css
<style>
span { border-color: #53AD31; }
span { border-color: rgb(83,173,49); }
td.TdClassName
{
border-color: #53AD31;
}
.TagClassName
{
border-color: #53AD31;
}
</style>