Shades of Apple #52C54F
Tints of Apple #52C54F
RGB
CMYK
RGB Variations
Color information
#52C54F (or 0x52C54F) is known color: Apple. HEX triplet: 52, C5 and 4F. RGB value is (82,197,79). Sum of RGB (Red+Green+Blue) = 82+197+79=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 197 (77.34% from 255 or 55.03% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 197 - color contains mainly: green. Hex color #52C54F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C54F is #AD3AB0. Grayscale: #959595. Windows color (decimal): -11352753 or 5227858. OLE color: 5227858.
HSL color Cylindrical-coordinate representation of color #52C54F: hue angle of 118.47º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52C54F is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 79 | - |
| CMYK | 0.58 | 0 | 0.60 | 0.23 |
| HSL | 118.47º | 0.5% | 0.54% | - |
| HSV(B) | 118.47º | 0.6% | 0.77% | - |
| XYZ | 24.86 | 42.29 | 14.25 | - |
| YUV | 149.16 | 88.4 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 79 | 0.58 | 0 | 0.60 | 0.23 | 118.47 | 0.5 | 0.54 |
| Hex | 52 | C5 | 4F | 3A | 0 | 3C | 17 | 76 | 32 | 36 |
| Octal | 122 | 305 | 117 | 72 | 0 | 74 | 27 | 166 | 62 | 66 |
| Binary | 1010010 | 11000101 | 1001111 | 111010 | 0 | 111100 | 10111 | 1110110 | 110010 | 110110 |
Color Harmonies of #52C54F
Complementary color
Monochromatic Colors of #52C54F
Black with #52C54F
Text Example
Text Example
White with #52C54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C54F; }
p { color: rgb(82,197,79); }
H1.HeaderClassName
{
color: #52C54F;
}
.AnyTagClassName
{
color: #52C54F;
}
</style>
background-color css
<style>
a { background-color: #52C54F; }
a { background-color: rgb(82,197,79); }
div.DivClassName
{
background-color: #52C54F;
}
.BgClassName
{
background-color: #52C54F;
}
</style>
border-color css
<style>
span { border-color: #52C54F; }
span { border-color: rgb(82,197,79); }
td.TdClassName
{
border-color: #52C54F;
}
.TagClassName
{
border-color: #52C54F;
}
</style>