Shades of Apple #52B63B
Tints of Apple #52B63B
RGB
CMYK
RGB Variations
Color information
#52B63B (or 0x52B63B) is known color: Apple. HEX triplet: 52, B6 and 3B. RGB value is (82,182,59). Sum of RGB (Red+Green+Blue) = 82+182+59=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 182 (71.48% from 255 or 56.35% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 182 - color contains mainly: green. Hex color #52B63B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B63B is #AD49C4. Grayscale: #8A8A8A. Windows color (decimal): -11356613 or 3913298. OLE color: 3913298.
HSL color Cylindrical-coordinate representation of color #52B63B: hue angle of 108.78º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52B63B is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 182 | 59 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.29 |
| HSL | 108.78º | 0.51% | 0.47% | - |
| HSV(B) | 108.78º | 0.68% | 0.71% | - |
| XYZ | 21 | 35.57 | 9.9 | - |
| YUV | 138.08 | 83.37 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 182 | 59 | 0.55 | 0 | 0.68 | 0.29 | 108.78 | 0.51 | 0.47 |
| Hex | 52 | B6 | 3B | 37 | 0 | 44 | 1D | 6D | 33 | 2F |
| Octal | 122 | 266 | 73 | 67 | 0 | 104 | 35 | 155 | 63 | 57 |
| Binary | 1010010 | 10110110 | 111011 | 110111 | 0 | 1000100 | 11101 | 1101101 | 110011 | 101111 |
Color Harmonies of #52B63B
Complementary color
Monochromatic Colors of #52B63B
Black with #52B63B
Text Example
Text Example
White with #52B63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B63B; }
p { color: rgb(82,182,59); }
H1.HeaderClassName
{
color: #52B63B;
}
.AnyTagClassName
{
color: #52B63B;
}
</style>
background-color css
<style>
a { background-color: #52B63B; }
a { background-color: rgb(82,182,59); }
div.DivClassName
{
background-color: #52B63B;
}
.BgClassName
{
background-color: #52B63B;
}
</style>
border-color css
<style>
span { border-color: #52B63B; }
span { border-color: rgb(82,182,59); }
td.TdClassName
{
border-color: #52B63B;
}
.TagClassName
{
border-color: #52B63B;
}
</style>