Shades of Apple #52A933
Tints of Apple #52A933
RGB
CMYK
RGB Variations
Color information
#52A933 (or 0x52A933) is known color: Apple. HEX triplet: 52, A9 and 33. RGB value is (82,169,51). Sum of RGB (Red+Green+Blue) = 82+169+51=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 169 (66.41% from 255 or 55.96% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 169 - color contains mainly: green. Hex color #52A933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A933 is #AD56CC. Grayscale: #818181. Windows color (decimal): -11359949 or 3385682. OLE color: 3385682.
HSL color Cylindrical-coordinate representation of color #52A933: hue angle of 104.24º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52A933 is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 82 | 169 | 51 | - |
| CMYK | 0.51 | 0 | 0.70 | 0.34 |
| HSL | 104.24º | 0.54% | 0.43% | - |
| HSV(B) | 104.24º | 0.7% | 0.66% | - |
| XYZ | 18.27 | 30.41 | 8.04 | - |
| YUV | 129.54 | 83.68 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 169 | 51 | 0.51 | 0 | 0.70 | 0.34 | 104.24 | 0.54 | 0.43 |
| Hex | 52 | A9 | 33 | 33 | 0 | 46 | 22 | 68 | 36 | 2B |
| Octal | 122 | 251 | 63 | 63 | 0 | 106 | 42 | 150 | 66 | 53 |
| Binary | 1010010 | 10101001 | 110011 | 110011 | 0 | 1000110 | 100010 | 1101000 | 110110 | 101011 |
Color Harmonies of #52A933
Complementary color
Monochromatic Colors of #52A933
Black with #52A933
Text Example
Text Example
White with #52A933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A933; }
p { color: rgb(82,169,51); }
H1.HeaderClassName
{
color: #52A933;
}
.AnyTagClassName
{
color: #52A933;
}
</style>
background-color css
<style>
a { background-color: #52A933; }
a { background-color: rgb(82,169,51); }
div.DivClassName
{
background-color: #52A933;
}
.BgClassName
{
background-color: #52A933;
}
</style>
border-color css
<style>
span { border-color: #52A933; }
span { border-color: rgb(82,169,51); }
td.TdClassName
{
border-color: #52A933;
}
.TagClassName
{
border-color: #52A933;
}
</style>