Shades of Apple #52D048
Tints of Apple #52D048
RGB
CMYK
RGB Variations
Color information
#52D048 (or 0x52D048) is known color: Apple. HEX triplet: 52, D0 and 48. RGB value is (82,208,72). Sum of RGB (Red+Green+Blue) = 82+208+72=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 208 (81.64% from 255 or 57.46% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 208 - color contains mainly: green. Hex color #52D048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D048 is #AD2FB7. Grayscale: #9B9B9B. Windows color (decimal): -11349944 or 4771922. OLE color: 4771922.
HSL color Cylindrical-coordinate representation of color #52D048: hue angle of 115.59º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52D048 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 208 | 72 | - |
| CMYK | 0.61 | 0 | 0.65 | 0.18 |
| HSL | 115.59º | 0.59% | 0.55% | - |
| HSV(B) | 115.59º | 0.65% | 0.82% | - |
| XYZ | 27.21 | 47.37 | 13.84 | - |
| YUV | 154.82 | 81.26 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 208 | 72 | 0.61 | 0 | 0.65 | 0.18 | 115.59 | 0.59 | 0.55 |
| Hex | 52 | D0 | 48 | 3D | 0 | 41 | 12 | 74 | 3B | 37 |
| Octal | 122 | 320 | 110 | 75 | 0 | 101 | 22 | 164 | 73 | 67 |
| Binary | 1010010 | 11010000 | 1001000 | 111101 | 0 | 1000001 | 10010 | 1110100 | 111011 | 110111 |
Color Harmonies of #52D048
Complementary color
Monochromatic Colors of #52D048
Black with #52D048
Text Example
Text Example
White with #52D048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D048; }
p { color: rgb(82,208,72); }
H1.HeaderClassName
{
color: #52D048;
}
.AnyTagClassName
{
color: #52D048;
}
</style>
background-color css
<style>
a { background-color: #52D048; }
a { background-color: rgb(82,208,72); }
div.DivClassName
{
background-color: #52D048;
}
.BgClassName
{
background-color: #52D048;
}
</style>
border-color css
<style>
span { border-color: #52D048; }
span { border-color: rgb(82,208,72); }
td.TdClassName
{
border-color: #52D048;
}
.TagClassName
{
border-color: #52D048;
}
</style>