Shades of Apple #52CC3D
Tints of Apple #52CC3D
RGB
CMYK
RGB Variations
Color information
#52CC3D (or 0x52CC3D) is known color: Apple. HEX triplet: 52, CC and 3D. RGB value is (82,204,61). Sum of RGB (Red+Green+Blue) = 82+204+61=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 204 (80.08% from 255 or 58.79% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 204 - color contains mainly: green. Hex color #52CC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CC3D is #AD33C2. Grayscale: #979797. Windows color (decimal): -11350979 or 4050002. OLE color: 4050002.
HSL color Cylindrical-coordinate representation of color #52CC3D: hue angle of 111.19º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52CC3D is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 204 | 61 | - |
| CMYK | 0.60 | 0 | 0.70 | 0.2 |
| HSL | 111.19º | 0.58% | 0.52% | - |
| HSV(B) | 111.19º | 0.7% | 0.8% | - |
| XYZ | 25.91 | 45.32 | 11.8 | - |
| YUV | 151.22 | 77.08 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 204 | 61 | 0.60 | 0 | 0.70 | 0.2 | 111.19 | 0.58 | 0.52 |
| Hex | 52 | CC | 3D | 3C | 0 | 46 | 14 | 6F | 3A | 34 |
| Octal | 122 | 314 | 75 | 74 | 0 | 106 | 24 | 157 | 72 | 64 |
| Binary | 1010010 | 11001100 | 111101 | 111100 | 0 | 1000110 | 10100 | 1101111 | 111010 | 110100 |
Color Harmonies of #52CC3D
Complementary color
Monochromatic Colors of #52CC3D
Black with #52CC3D
Text Example
Text Example
White with #52CC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CC3D; }
p { color: rgb(82,204,61); }
H1.HeaderClassName
{
color: #52CC3D;
}
.AnyTagClassName
{
color: #52CC3D;
}
</style>
background-color css
<style>
a { background-color: #52CC3D; }
a { background-color: rgb(82,204,61); }
div.DivClassName
{
background-color: #52CC3D;
}
.BgClassName
{
background-color: #52CC3D;
}
</style>
border-color css
<style>
span { border-color: #52CC3D; }
span { border-color: rgb(82,204,61); }
td.TdClassName
{
border-color: #52CC3D;
}
.TagClassName
{
border-color: #52CC3D;
}
</style>