Shades of Apple #52AD38
Tints of Apple #52AD38
RGB
CMYK
RGB Variations
Color information
#52AD38 (or 0x52AD38) is known color: Apple. HEX triplet: 52, AD and 38. RGB value is (82,173,56). Sum of RGB (Red+Green+Blue) = 82+173+56=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 173 (67.97% from 255 or 55.63% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AD38 is #AD52C7. Grayscale: #848484. Windows color (decimal): -11358920 or 3714386. OLE color: 3714386.
HSL color Cylindrical-coordinate representation of color #52AD38: hue angle of 106.67º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52AD38 is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 173 | 56 | - |
| CMYK | 0.53 | 0 | 0.68 | 0.32 |
| HSL | 106.67º | 0.51% | 0.45% | - |
| HSV(B) | 106.67º | 0.68% | 0.68% | - |
| XYZ | 19.14 | 31.97 | 8.9 | - |
| YUV | 132.45 | 84.85 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 56 | 0.53 | 0 | 0.68 | 0.32 | 106.67 | 0.51 | 0.45 |
| Hex | 52 | AD | 38 | 35 | 0 | 44 | 20 | 6B | 33 | 2D |
| Octal | 122 | 255 | 70 | 65 | 0 | 104 | 40 | 153 | 63 | 55 |
| Binary | 1010010 | 10101101 | 111000 | 110101 | 0 | 1000100 | 100000 | 1101011 | 110011 | 101101 |
Color Harmonies of #52AD38
Complementary color
Monochromatic Colors of #52AD38
Black with #52AD38
Text Example
Text Example
White with #52AD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AD38; }
p { color: rgb(82,173,56); }
H1.HeaderClassName
{
color: #52AD38;
}
.AnyTagClassName
{
color: #52AD38;
}
</style>
background-color css
<style>
a { background-color: #52AD38; }
a { background-color: rgb(82,173,56); }
div.DivClassName
{
background-color: #52AD38;
}
.BgClassName
{
background-color: #52AD38;
}
</style>
border-color css
<style>
span { border-color: #52AD38; }
span { border-color: rgb(82,173,56); }
td.TdClassName
{
border-color: #52AD38;
}
.TagClassName
{
border-color: #52AD38;
}
</style>