Shades of Apple #52C948
Tints of Apple #52C948
RGB
CMYK
RGB Variations
Color information
#52C948 (or 0x52C948) is known color: Apple. HEX triplet: 52, C9 and 48. RGB value is (82,201,72). Sum of RGB (Red+Green+Blue) = 82+201+72=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 201 (78.91% from 255 or 56.62% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 201 - color contains mainly: green. Hex color #52C948 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C948 is #AD36B7. Grayscale: #979797. Windows color (decimal): -11351736 or 4770130. OLE color: 4770130.
HSL color Cylindrical-coordinate representation of color #52C948: hue angle of 115.35º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52C948 is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 201 | 72 | - |
| CMYK | 0.59 | 0 | 0.64 | 0.21 |
| HSL | 115.35º | 0.54% | 0.54% | - |
| HSV(B) | 115.35º | 0.64% | 0.79% | - |
| XYZ | 25.54 | 44.04 | 13.28 | - |
| YUV | 150.71 | 83.58 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 201 | 72 | 0.59 | 0 | 0.64 | 0.21 | 115.35 | 0.54 | 0.54 |
| Hex | 52 | C9 | 48 | 3B | 0 | 40 | 15 | 73 | 36 | 36 |
| Octal | 122 | 311 | 110 | 73 | 0 | 100 | 25 | 163 | 66 | 66 |
| Binary | 1010010 | 11001001 | 1001000 | 111011 | 0 | 1000000 | 10101 | 1110011 | 110110 | 110110 |
Color Harmonies of #52C948
Complementary color
Monochromatic Colors of #52C948
Black with #52C948
Text Example
Text Example
White with #52C948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C948; }
p { color: rgb(82,201,72); }
H1.HeaderClassName
{
color: #52C948;
}
.AnyTagClassName
{
color: #52C948;
}
</style>
background-color css
<style>
a { background-color: #52C948; }
a { background-color: rgb(82,201,72); }
div.DivClassName
{
background-color: #52C948;
}
.BgClassName
{
background-color: #52C948;
}
</style>
border-color css
<style>
span { border-color: #52C948; }
span { border-color: rgb(82,201,72); }
td.TdClassName
{
border-color: #52C948;
}
.TagClassName
{
border-color: #52C948;
}
</style>