Shades of Apple #52C249
Tints of Apple #52C249
RGB
CMYK
RGB Variations
Color information
#52C249 (or 0x52C249) is known color: Apple. HEX triplet: 52, C2 and 49. RGB value is (82,194,73). Sum of RGB (Red+Green+Blue) = 82+194+73=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 194 (76.17% from 255 or 55.59% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 194 - color contains mainly: green. Hex color #52C249 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C249 is #AD3DB6. Grayscale: #939393. Windows color (decimal): -11353527 or 4833874. OLE color: 4833874.
HSL color Cylindrical-coordinate representation of color #52C249: hue angle of 115.54º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52C249 is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 194 | 73 | - |
| CMYK | 0.58 | 0 | 0.62 | 0.24 |
| HSL | 115.54º | 0.5% | 0.52% | - |
| HSV(B) | 115.54º | 0.62% | 0.76% | - |
| XYZ | 23.97 | 40.86 | 12.93 | - |
| YUV | 146.72 | 86.39 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 73 | 0.58 | 0 | 0.62 | 0.24 | 115.54 | 0.5 | 0.52 |
| Hex | 52 | C2 | 49 | 3A | 0 | 3E | 18 | 74 | 32 | 34 |
| Octal | 122 | 302 | 111 | 72 | 0 | 76 | 30 | 164 | 62 | 64 |
| Binary | 1010010 | 11000010 | 1001001 | 111010 | 0 | 111110 | 11000 | 1110100 | 110010 | 110100 |
Color Harmonies of #52C249
Complementary color
Monochromatic Colors of #52C249
Black with #52C249
Text Example
Text Example
White with #52C249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C249; }
p { color: rgb(82,194,73); }
H1.HeaderClassName
{
color: #52C249;
}
.AnyTagClassName
{
color: #52C249;
}
</style>
background-color css
<style>
a { background-color: #52C249; }
a { background-color: rgb(82,194,73); }
div.DivClassName
{
background-color: #52C249;
}
.BgClassName
{
background-color: #52C249;
}
</style>
border-color css
<style>
span { border-color: #52C249; }
span { border-color: rgb(82,194,73); }
td.TdClassName
{
border-color: #52C249;
}
.TagClassName
{
border-color: #52C249;
}
</style>