Shades of Apple #53AF41
Tints of Apple #53AF41
RGB
CMYK
RGB Variations
Color information
#53AF41 (or 0x53AF41) is known color: Apple. HEX triplet: 53, AF and 41. RGB value is (83,175,65). Sum of RGB (Red+Green+Blue) = 83+175+65=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AF41 is #AC50BE. Grayscale: #878787. Windows color (decimal): -11292863 or 4304723. OLE color: 4304723.
HSL color Cylindrical-coordinate representation of color #53AF41: hue angle of 110.18º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53AF41 is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 175 | 65 | - |
| CMYK | 0.53 | 0 | 0.63 | 0.31 |
| HSL | 110.18º | 0.46% | 0.47% | - |
| HSV(B) | 110.18º | 0.63% | 0.69% | - |
| XYZ | 19.85 | 32.88 | 10.3 | - |
| YUV | 134.95 | 88.52 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 175 | 65 | 0.53 | 0 | 0.63 | 0.31 | 110.18 | 0.46 | 0.47 |
| Hex | 53 | AF | 41 | 35 | 0 | 3F | 1F | 6E | 2E | 2F |
| Octal | 123 | 257 | 101 | 65 | 0 | 77 | 37 | 156 | 56 | 57 |
| Binary | 1010011 | 10101111 | 1000001 | 110101 | 0 | 111111 | 11111 | 1101110 | 101110 | 101111 |
Color Harmonies of #53AF41
Complementary color
Monochromatic Colors of #53AF41
Black with #53AF41
Text Example
Text Example
White with #53AF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AF41; }
p { color: rgb(83,175,65); }
H1.HeaderClassName
{
color: #53AF41;
}
.AnyTagClassName
{
color: #53AF41;
}
</style>
background-color css
<style>
a { background-color: #53AF41; }
a { background-color: rgb(83,175,65); }
div.DivClassName
{
background-color: #53AF41;
}
.BgClassName
{
background-color: #53AF41;
}
</style>
border-color css
<style>
span { border-color: #53AF41; }
span { border-color: rgb(83,175,65); }
td.TdClassName
{
border-color: #53AF41;
}
.TagClassName
{
border-color: #53AF41;
}
</style>