Shades of Apple #53AF3F
Tints of Apple #53AF3F
RGB
CMYK
RGB Variations
Color information
#53AF3F (or 0x53AF3F) is known color: Apple. HEX triplet: 53, AF and 3F. RGB value is (83,175,63). Sum of RGB (Red+Green+Blue) = 83+175+63=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 175 (68.75% from 255 or 54.52% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AF3F is #AC50C0. Grayscale: #878787. Windows color (decimal): -11292865 or 4173651. OLE color: 4173651.
HSL color Cylindrical-coordinate representation of color #53AF3F: hue angle of 109.29º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53AF3F is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 175 | 63 | - |
| CMYK | 0.53 | 0 | 0.64 | 0.31 |
| HSL | 109.29º | 0.47% | 0.47% | - |
| HSV(B) | 109.29º | 0.64% | 0.69% | - |
| XYZ | 19.79 | 32.86 | 10 | - |
| YUV | 134.72 | 87.52 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 175 | 63 | 0.53 | 0 | 0.64 | 0.31 | 109.29 | 0.47 | 0.47 |
| Hex | 53 | AF | 3F | 35 | 0 | 40 | 1F | 6D | 2F | 2F |
| Octal | 123 | 257 | 77 | 65 | 0 | 100 | 37 | 155 | 57 | 57 |
| Binary | 1010011 | 10101111 | 111111 | 110101 | 0 | 1000000 | 11111 | 1101101 | 101111 | 101111 |
Color Harmonies of #53AF3F
Complementary color
Monochromatic Colors of #53AF3F
Black with #53AF3F
Text Example
Text Example
White with #53AF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AF3F; }
p { color: rgb(83,175,63); }
H1.HeaderClassName
{
color: #53AF3F;
}
.AnyTagClassName
{
color: #53AF3F;
}
</style>
background-color css
<style>
a { background-color: #53AF3F; }
a { background-color: rgb(83,175,63); }
div.DivClassName
{
background-color: #53AF3F;
}
.BgClassName
{
background-color: #53AF3F;
}
</style>
border-color css
<style>
span { border-color: #53AF3F; }
span { border-color: rgb(83,175,63); }
td.TdClassName
{
border-color: #53AF3F;
}
.TagClassName
{
border-color: #53AF3F;
}
</style>