Shades of Apple #53AC41
Tints of Apple #53AC41
RGB
CMYK
RGB Variations
Color information
#53AC41 (or 0x53AC41) is known color: Apple. HEX triplet: 53, AC and 41. RGB value is (83,172,65). Sum of RGB (Red+Green+Blue) = 83+172+65=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 172 (67.58% from 255 or 53.75% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AC41 is #AC53BE. Grayscale: #858585. Windows color (decimal): -11293631 or 4303955. OLE color: 4303955.
HSL color Cylindrical-coordinate representation of color #53AC41: hue angle of 109.91º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53AC41 is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 172 | 65 | - |
| CMYK | 0.52 | 0 | 0.62 | 0.33 |
| HSL | 109.91º | 0.45% | 0.46% | - |
| HSV(B) | 109.91º | 0.62% | 0.67% | - |
| XYZ | 19.27 | 31.73 | 10.11 | - |
| YUV | 133.19 | 89.51 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 172 | 65 | 0.52 | 0 | 0.62 | 0.33 | 109.91 | 0.45 | 0.46 |
| Hex | 53 | AC | 41 | 34 | 0 | 3E | 21 | 6E | 2D | 2E |
| Octal | 123 | 254 | 101 | 64 | 0 | 76 | 41 | 156 | 55 | 56 |
| Binary | 1010011 | 10101100 | 1000001 | 110100 | 0 | 111110 | 100001 | 1101110 | 101101 | 101110 |
Color Harmonies of #53AC41
Complementary color
Monochromatic Colors of #53AC41
Black with #53AC41
Text Example
Text Example
White with #53AC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AC41; }
p { color: rgb(83,172,65); }
H1.HeaderClassName
{
color: #53AC41;
}
.AnyTagClassName
{
color: #53AC41;
}
</style>
background-color css
<style>
a { background-color: #53AC41; }
a { background-color: rgb(83,172,65); }
div.DivClassName
{
background-color: #53AC41;
}
.BgClassName
{
background-color: #53AC41;
}
</style>
border-color css
<style>
span { border-color: #53AC41; }
span { border-color: rgb(83,172,65); }
td.TdClassName
{
border-color: #53AC41;
}
.TagClassName
{
border-color: #53AC41;
}
</style>