Shades of Apple #52C03E
Tints of Apple #52C03E
RGB
CMYK
RGB Variations
Color information
#52C03E (or 0x52C03E) is known color: Apple. HEX triplet: 52, C0 and 3E. RGB value is (82,192,62). Sum of RGB (Red+Green+Blue) = 82+192+62=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 192 (75.39% from 255 or 57.14% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 192 - color contains mainly: green. Hex color #52C03E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C03E is #AD3FC1. Grayscale: #909090. Windows color (decimal): -11354050 or 4112466. OLE color: 4112466.
HSL color Cylindrical-coordinate representation of color #52C03E: hue angle of 110.77º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52C03E is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 62 | - |
| CMYK | 0.57 | 0 | 0.68 | 0.25 |
| HSL | 110.77º | 0.51% | 0.5% | - |
| HSV(B) | 110.77º | 0.68% | 0.75% | - |
| XYZ | 23.2 | 39.84 | 11.02 | - |
| YUV | 144.29 | 81.56 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 62 | 0.57 | 0 | 0.68 | 0.25 | 110.77 | 0.51 | 0.5 |
| Hex | 52 | C0 | 3E | 39 | 0 | 44 | 19 | 6F | 33 | 32 |
| Octal | 122 | 300 | 76 | 71 | 0 | 104 | 31 | 157 | 63 | 62 |
| Binary | 1010010 | 11000000 | 111110 | 111001 | 0 | 1000100 | 11001 | 1101111 | 110011 | 110010 |
Color Harmonies of #52C03E
Complementary color
Monochromatic Colors of #52C03E
Black with #52C03E
Text Example
Text Example
White with #52C03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C03E; }
p { color: rgb(82,192,62); }
H1.HeaderClassName
{
color: #52C03E;
}
.AnyTagClassName
{
color: #52C03E;
}
</style>
background-color css
<style>
a { background-color: #52C03E; }
a { background-color: rgb(82,192,62); }
div.DivClassName
{
background-color: #52C03E;
}
.BgClassName
{
background-color: #52C03E;
}
</style>
border-color css
<style>
span { border-color: #52C03E; }
span { border-color: rgb(82,192,62); }
td.TdClassName
{
border-color: #52C03E;
}
.TagClassName
{
border-color: #52C03E;
}
</style>