Shades of Apple #52C744
Tints of Apple #52C744
RGB
CMYK
RGB Variations
Color information
#52C744 (or 0x52C744) is known color: Apple. HEX triplet: 52, C7 and 44. RGB value is (82,199,68). Sum of RGB (Red+Green+Blue) = 82+199+68=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 199 (78.12% from 255 or 57.02% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 199 - color contains mainly: green. Hex color #52C744 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C744 is #AD38BB. Grayscale: #959595. Windows color (decimal): -11352252 or 4507474. OLE color: 4507474.
HSL color Cylindrical-coordinate representation of color #52C744: hue angle of 113.59º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52C744 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 199 | 68 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.22 |
| HSL | 113.59º | 0.54% | 0.52% | - |
| HSV(B) | 113.59º | 0.66% | 0.78% | - |
| XYZ | 24.95 | 43.06 | 12.47 | - |
| YUV | 149.08 | 82.24 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 199 | 68 | 0.59 | 0 | 0.66 | 0.22 | 113.59 | 0.54 | 0.52 |
| Hex | 52 | C7 | 44 | 3B | 0 | 42 | 16 | 72 | 36 | 34 |
| Octal | 122 | 307 | 104 | 73 | 0 | 102 | 26 | 162 | 66 | 64 |
| Binary | 1010010 | 11000111 | 1000100 | 111011 | 0 | 1000010 | 10110 | 1110010 | 110110 | 110100 |
Color Harmonies of #52C744
Complementary color
Monochromatic Colors of #52C744
Black with #52C744
Text Example
Text Example
White with #52C744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C744; }
p { color: rgb(82,199,68); }
H1.HeaderClassName
{
color: #52C744;
}
.AnyTagClassName
{
color: #52C744;
}
</style>
background-color css
<style>
a { background-color: #52C744; }
a { background-color: rgb(82,199,68); }
div.DivClassName
{
background-color: #52C744;
}
.BgClassName
{
background-color: #52C744;
}
</style>
border-color css
<style>
span { border-color: #52C744; }
span { border-color: rgb(82,199,68); }
td.TdClassName
{
border-color: #52C744;
}
.TagClassName
{
border-color: #52C744;
}
</style>