Shades of Apple #52C53D
Tints of Apple #52C53D
RGB
CMYK
RGB Variations
Color information
#52C53D (or 0x52C53D) is known color: Apple. HEX triplet: 52, C5 and 3D. RGB value is (82,197,61). Sum of RGB (Red+Green+Blue) = 82+197+61=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 197 (77.34% from 255 or 57.94% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 197 - color contains mainly: green. Hex color #52C53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C53D is #AD3AC2. Grayscale: #939393. Windows color (decimal): -11352771 or 4048210. OLE color: 4048210.
HSL color Cylindrical-coordinate representation of color #52C53D: hue angle of 110.74º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52C53D is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 61 | - |
| CMYK | 0.58 | 0 | 0.69 | 0.23 |
| HSL | 110.74º | 0.54% | 0.51% | - |
| HSV(B) | 110.74º | 0.69% | 0.77% | - |
| XYZ | 24.29 | 42.06 | 11.25 | - |
| YUV | 147.11 | 79.4 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 61 | 0.58 | 0 | 0.69 | 0.23 | 110.74 | 0.54 | 0.51 |
| Hex | 52 | C5 | 3D | 3A | 0 | 45 | 17 | 6F | 36 | 33 |
| Octal | 122 | 305 | 75 | 72 | 0 | 105 | 27 | 157 | 66 | 63 |
| Binary | 1010010 | 11000101 | 111101 | 111010 | 0 | 1000101 | 10111 | 1101111 | 110110 | 110011 |
Color Harmonies of #52C53D
Complementary color
Monochromatic Colors of #52C53D
Black with #52C53D
Text Example
Text Example
White with #52C53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C53D; }
p { color: rgb(82,197,61); }
H1.HeaderClassName
{
color: #52C53D;
}
.AnyTagClassName
{
color: #52C53D;
}
</style>
background-color css
<style>
a { background-color: #52C53D; }
a { background-color: rgb(82,197,61); }
div.DivClassName
{
background-color: #52C53D;
}
.BgClassName
{
background-color: #52C53D;
}
</style>
border-color css
<style>
span { border-color: #52C53D; }
span { border-color: rgb(82,197,61); }
td.TdClassName
{
border-color: #52C53D;
}
.TagClassName
{
border-color: #52C53D;
}
</style>