Shades of Apple #52C945
Tints of Apple #52C945
RGB
CMYK
RGB Variations
Color information
#52C945 (or 0x52C945) is known color: Apple. HEX triplet: 52, C9 and 45. RGB value is (82,201,69). Sum of RGB (Red+Green+Blue) = 82+201+69=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 201 (78.91% from 255 or 57.10% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 201 - color contains mainly: green. Hex color #52C945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C945 is #AD36BA. Grayscale: #969696. Windows color (decimal): -11351739 or 4573522. OLE color: 4573522.
HSL color Cylindrical-coordinate representation of color #52C945: hue angle of 114.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52C945 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 201 | 69 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.21 |
| HSL | 114.09º | 0.55% | 0.53% | - |
| HSV(B) | 114.09º | 0.66% | 0.79% | - |
| XYZ | 25.44 | 44 | 12.78 | - |
| YUV | 150.37 | 82.08 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 201 | 69 | 0.59 | 0 | 0.66 | 0.21 | 114.09 | 0.55 | 0.53 |
| Hex | 52 | C9 | 45 | 3B | 0 | 42 | 15 | 72 | 37 | 35 |
| Octal | 122 | 311 | 105 | 73 | 0 | 102 | 25 | 162 | 67 | 65 |
| Binary | 1010010 | 11001001 | 1000101 | 111011 | 0 | 1000010 | 10101 | 1110010 | 110111 | 110101 |
Color Harmonies of #52C945
Complementary color
Monochromatic Colors of #52C945
Black with #52C945
Text Example
Text Example
White with #52C945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C945; }
p { color: rgb(82,201,69); }
H1.HeaderClassName
{
color: #52C945;
}
.AnyTagClassName
{
color: #52C945;
}
</style>
background-color css
<style>
a { background-color: #52C945; }
a { background-color: rgb(82,201,69); }
div.DivClassName
{
background-color: #52C945;
}
.BgClassName
{
background-color: #52C945;
}
</style>
border-color css
<style>
span { border-color: #52C945; }
span { border-color: rgb(82,201,69); }
td.TdClassName
{
border-color: #52C945;
}
.TagClassName
{
border-color: #52C945;
}
</style>