Shades of Apple #52CC4C
Tints of Apple #52CC4C
RGB
CMYK
RGB Variations
Color information
#52CC4C (or 0x52CC4C) is known color: Apple. HEX triplet: 52, CC and 4C. RGB value is (82,204,76). Sum of RGB (Red+Green+Blue) = 82+204+76=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 204 (80.08% from 255 or 56.35% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 204 - color contains mainly: green. Hex color #52CC4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CC4C is #AD33B3. Grayscale: #999999. Windows color (decimal): -11350964 or 5033042. OLE color: 5033042.
HSL color Cylindrical-coordinate representation of color #52CC4C: hue angle of 117.19º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52CC4C is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 204 | 76 | - |
| CMYK | 0.60 | 0 | 0.63 | 0.2 |
| HSL | 117.19º | 0.56% | 0.55% | - |
| HSV(B) | 117.19º | 0.63% | 0.8% | - |
| XYZ | 26.38 | 45.5 | 14.23 | - |
| YUV | 152.93 | 84.58 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 204 | 76 | 0.60 | 0 | 0.63 | 0.2 | 117.19 | 0.56 | 0.55 |
| Hex | 52 | CC | 4C | 3C | 0 | 3F | 14 | 75 | 38 | 37 |
| Octal | 122 | 314 | 114 | 74 | 0 | 77 | 24 | 165 | 70 | 67 |
| Binary | 1010010 | 11001100 | 1001100 | 111100 | 0 | 111111 | 10100 | 1110101 | 111000 | 110111 |
Color Harmonies of #52CC4C
Complementary color
Monochromatic Colors of #52CC4C
Black with #52CC4C
Text Example
Text Example
White with #52CC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CC4C; }
p { color: rgb(82,204,76); }
H1.HeaderClassName
{
color: #52CC4C;
}
.AnyTagClassName
{
color: #52CC4C;
}
</style>
background-color css
<style>
a { background-color: #52CC4C; }
a { background-color: rgb(82,204,76); }
div.DivClassName
{
background-color: #52CC4C;
}
.BgClassName
{
background-color: #52CC4C;
}
</style>
border-color css
<style>
span { border-color: #52CC4C; }
span { border-color: rgb(82,204,76); }
td.TdClassName
{
border-color: #52CC4C;
}
.TagClassName
{
border-color: #52CC4C;
}
</style>