Shades of Apple #52B53D
Tints of Apple #52B53D
RGB
CMYK
RGB Variations
Color information
#52B53D (or 0x52B53D) is known color: Apple. HEX triplet: 52, B5 and 3D. RGB value is (82,181,61). Sum of RGB (Red+Green+Blue) = 82+181+61=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 181 (71.09% from 255 or 55.86% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 181 - color contains mainly: green. Hex color #52B53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B53D is #AD4AC2. Grayscale: #8A8A8A. Windows color (decimal): -11356867 or 4044114. OLE color: 4044114.
HSL color Cylindrical-coordinate representation of color #52B53D: hue angle of 109.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52B53D is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 181 | 61 | - |
| CMYK | 0.55 | 0 | 0.66 | 0.29 |
| HSL | 109.5º | 0.5% | 0.47% | - |
| HSV(B) | 109.5º | 0.66% | 0.71% | - |
| XYZ | 20.85 | 35.18 | 10.11 | - |
| YUV | 137.72 | 84.7 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 181 | 61 | 0.55 | 0 | 0.66 | 0.29 | 109.5 | 0.5 | 0.47 |
| Hex | 52 | B5 | 3D | 37 | 0 | 42 | 1D | 6E | 32 | 2F |
| Octal | 122 | 265 | 75 | 67 | 0 | 102 | 35 | 156 | 62 | 57 |
| Binary | 1010010 | 10110101 | 111101 | 110111 | 0 | 1000010 | 11101 | 1101110 | 110010 | 101111 |
Color Harmonies of #52B53D
Complementary color
Monochromatic Colors of #52B53D
Black with #52B53D
Text Example
Text Example
White with #52B53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B53D; }
p { color: rgb(82,181,61); }
H1.HeaderClassName
{
color: #52B53D;
}
.AnyTagClassName
{
color: #52B53D;
}
</style>
background-color css
<style>
a { background-color: #52B53D; }
a { background-color: rgb(82,181,61); }
div.DivClassName
{
background-color: #52B53D;
}
.BgClassName
{
background-color: #52B53D;
}
</style>
border-color css
<style>
span { border-color: #52B53D; }
span { border-color: rgb(82,181,61); }
td.TdClassName
{
border-color: #52B53D;
}
.TagClassName
{
border-color: #52B53D;
}
</style>