Shades of Apple #53AD3B
Tints of Apple #53AD3B
RGB
CMYK
RGB Variations
Color information
#53AD3B (or 0x53AD3B) is known color: Apple. HEX triplet: 53, AD and 3B. RGB value is (83,173,59). Sum of RGB (Red+Green+Blue) = 83+173+59=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 173 (67.97% from 255 or 54.92% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AD3B is #AC52C4. Grayscale: #858585. Windows color (decimal): -11293381 or 3910995. OLE color: 3910995.
HSL color Cylindrical-coordinate representation of color #53AD3B: hue angle of 107.37º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53AD3B is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 173 | 59 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.32 |
| HSL | 107.37º | 0.49% | 0.45% | - |
| HSV(B) | 107.37º | 0.66% | 0.68% | - |
| XYZ | 19.3 | 32.04 | 9.31 | - |
| YUV | 133.09 | 86.18 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 59 | 0.52 | 0 | 0.66 | 0.32 | 107.37 | 0.49 | 0.45 |
| Hex | 53 | AD | 3B | 34 | 0 | 42 | 20 | 6B | 31 | 2D |
| Octal | 123 | 255 | 73 | 64 | 0 | 102 | 40 | 153 | 61 | 55 |
| Binary | 1010011 | 10101101 | 111011 | 110100 | 0 | 1000010 | 100000 | 1101011 | 110001 | 101101 |
Color Harmonies of #53AD3B
Complementary color
Monochromatic Colors of #53AD3B
Black with #53AD3B
Text Example
Text Example
White with #53AD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AD3B; }
p { color: rgb(83,173,59); }
H1.HeaderClassName
{
color: #53AD3B;
}
.AnyTagClassName
{
color: #53AD3B;
}
</style>
background-color css
<style>
a { background-color: #53AD3B; }
a { background-color: rgb(83,173,59); }
div.DivClassName
{
background-color: #53AD3B;
}
.BgClassName
{
background-color: #53AD3B;
}
</style>
border-color css
<style>
span { border-color: #53AD3B; }
span { border-color: rgb(83,173,59); }
td.TdClassName
{
border-color: #53AD3B;
}
.TagClassName
{
border-color: #53AD3B;
}
</style>