Shades of Apple #52BC41
Tints of Apple #52BC41
RGB
CMYK
RGB Variations
Color information
#52BC41 (or 0x52BC41) is known color: Apple. HEX triplet: 52, BC and 41. RGB value is (82,188,65). Sum of RGB (Red+Green+Blue) = 82+188+65=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BC41 is #AD43BE. Grayscale: #8E8E8E. Windows color (decimal): -11355071 or 4308050. OLE color: 4308050.
HSL color Cylindrical-coordinate representation of color #52BC41: hue angle of 111.71º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52BC41 is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 188 | 65 | - |
| CMYK | 0.56 | 0 | 0.65 | 0.26 |
| HSL | 111.71º | 0.49% | 0.5% | - |
| HSV(B) | 111.71º | 0.65% | 0.74% | - |
| XYZ | 22.42 | 38.14 | 11.18 | - |
| YUV | 142.28 | 84.38 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 188 | 65 | 0.56 | 0 | 0.65 | 0.26 | 111.71 | 0.49 | 0.5 |
| Hex | 52 | BC | 41 | 38 | 0 | 41 | 1A | 70 | 31 | 32 |
| Octal | 122 | 274 | 101 | 70 | 0 | 101 | 32 | 160 | 61 | 62 |
| Binary | 1010010 | 10111100 | 1000001 | 111000 | 0 | 1000001 | 11010 | 1110000 | 110001 | 110010 |
Color Harmonies of #52BC41
Complementary color
Monochromatic Colors of #52BC41
Black with #52BC41
Text Example
Text Example
White with #52BC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BC41; }
p { color: rgb(82,188,65); }
H1.HeaderClassName
{
color: #52BC41;
}
.AnyTagClassName
{
color: #52BC41;
}
</style>
background-color css
<style>
a { background-color: #52BC41; }
a { background-color: rgb(82,188,65); }
div.DivClassName
{
background-color: #52BC41;
}
.BgClassName
{
background-color: #52BC41;
}
</style>
border-color css
<style>
span { border-color: #52BC41; }
span { border-color: rgb(82,188,65); }
td.TdClassName
{
border-color: #52BC41;
}
.TagClassName
{
border-color: #52BC41;
}
</style>