Shades of Apple #52B040
Tints of Apple #52B040
RGB
CMYK
RGB Variations
Color information
#52B040 (or 0x52B040) is known color: Apple. HEX triplet: 52, B0 and 40. RGB value is (82,176,64). Sum of RGB (Red+Green+Blue) = 82+176+64=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 176 (69.14% from 255 or 54.66% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 176 - color contains mainly: green. Hex color #52B040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52B040 is #AD4FBF. Grayscale: #878787. Windows color (decimal): -11358144 or 4239442. OLE color: 4239442.
HSL color Cylindrical-coordinate representation of color #52B040: hue angle of 110.36º 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 #52B040 is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 176 | 64 | - |
| CMYK | 0.53 | 0 | 0.64 | 0.31 |
| HSL | 110.36º | 0.47% | 0.47% | - |
| HSV(B) | 110.36º | 0.64% | 0.69% | - |
| XYZ | 19.93 | 33.21 | 10.21 | - |
| YUV | 135.13 | 87.86 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 176 | 64 | 0.53 | 0 | 0.64 | 0.31 | 110.36 | 0.47 | 0.47 |
| Hex | 52 | B0 | 40 | 35 | 0 | 40 | 1F | 6E | 2F | 2F |
| Octal | 122 | 260 | 100 | 65 | 0 | 100 | 37 | 156 | 57 | 57 |
| Binary | 1010010 | 10110000 | 1000000 | 110101 | 0 | 1000000 | 11111 | 1101110 | 101111 | 101111 |
Color Harmonies of #52B040
Complementary color
Monochromatic Colors of #52B040
Black with #52B040
Text Example
Text Example
White with #52B040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B040; }
p { color: rgb(82,176,64); }
H1.HeaderClassName
{
color: #52B040;
}
.AnyTagClassName
{
color: #52B040;
}
</style>
background-color css
<style>
a { background-color: #52B040; }
a { background-color: rgb(82,176,64); }
div.DivClassName
{
background-color: #52B040;
}
.BgClassName
{
background-color: #52B040;
}
</style>
border-color css
<style>
span { border-color: #52B040; }
span { border-color: rgb(82,176,64); }
td.TdClassName
{
border-color: #52B040;
}
.TagClassName
{
border-color: #52B040;
}
</style>