Shades of Apple #52C038
Tints of Apple #52C038
RGB
CMYK
RGB Variations
Color information
#52C038 (or 0x52C038) is known color: Apple. HEX triplet: 52, C0 and 38. RGB value is (82,192,56). Sum of RGB (Red+Green+Blue) = 82+192+56=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 192 (75.39% from 255 or 58.18% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 192 - color contains mainly: green. Hex color #52C038 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C038 is #AD3FC7. Grayscale: #909090. Windows color (decimal): -11354056 or 3719250. OLE color: 3719250.
HSL color Cylindrical-coordinate representation of color #52C038: hue angle of 108.53º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52C038 is Cyan = 0.57, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 56 | - |
| CMYK | 0.57 | 0 | 0.71 | 0.25 |
| HSL | 108.53º | 0.55% | 0.49% | - |
| HSV(B) | 108.53º | 0.71% | 0.75% | - |
| XYZ | 23.04 | 39.78 | 10.2 | - |
| YUV | 143.61 | 78.56 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 56 | 0.57 | 0 | 0.71 | 0.25 | 108.53 | 0.55 | 0.49 |
| Hex | 52 | C0 | 38 | 39 | 0 | 47 | 19 | 6D | 37 | 31 |
| Octal | 122 | 300 | 70 | 71 | 0 | 107 | 31 | 155 | 67 | 61 |
| Binary | 1010010 | 11000000 | 111000 | 111001 | 0 | 1000111 | 11001 | 1101101 | 110111 | 110001 |
Color Harmonies of #52C038
Complementary color
Monochromatic Colors of #52C038
Black with #52C038
Text Example
Text Example
White with #52C038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C038; }
p { color: rgb(82,192,56); }
H1.HeaderClassName
{
color: #52C038;
}
.AnyTagClassName
{
color: #52C038;
}
</style>
background-color css
<style>
a { background-color: #52C038; }
a { background-color: rgb(82,192,56); }
div.DivClassName
{
background-color: #52C038;
}
.BgClassName
{
background-color: #52C038;
}
</style>
border-color css
<style>
span { border-color: #52C038; }
span { border-color: rgb(82,192,56); }
td.TdClassName
{
border-color: #52C038;
}
.TagClassName
{
border-color: #52C038;
}
</style>