Shades of Apple #52CB41
Tints of Apple #52CB41
RGB
CMYK
RGB Variations
Color information
#52CB41 (or 0x52CB41) is known color: Apple. HEX triplet: 52, CB and 41. RGB value is (82,203,65). Sum of RGB (Red+Green+Blue) = 82+203+65=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 203 (79.69% from 255 or 58% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 203 - color contains mainly: green. Hex color #52CB41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CB41 is #AD34BE. Grayscale: #979797. Windows color (decimal): -11351231 or 4311890. OLE color: 4311890.
HSL color Cylindrical-coordinate representation of color #52CB41: hue angle of 112.61º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52CB41 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 203 | 65 | - |
| CMYK | 0.60 | 0 | 0.68 | 0.20 |
| HSL | 112.61º | 0.57% | 0.53% | - |
| HSV(B) | 112.61º | 0.68% | 0.8% | - |
| XYZ | 25.79 | 44.89 | 12.31 | - |
| YUV | 151.09 | 79.41 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 203 | 65 | 0.60 | 0 | 0.68 | 0.20 | 112.61 | 0.57 | 0.53 |
| Hex | 52 | CB | 41 | 3C | 0 | 44 | 14 | 71 | 39 | 35 |
| Octal | 122 | 313 | 101 | 74 | 0 | 104 | 24 | 161 | 71 | 65 |
| Binary | 1010010 | 11001011 | 1000001 | 111100 | 0 | 1000100 | 10100 | 1110001 | 111001 | 110101 |
Color Harmonies of #52CB41
Complementary color
Monochromatic Colors of #52CB41
Black with #52CB41
Text Example
Text Example
White with #52CB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CB41; }
p { color: rgb(82,203,65); }
H1.HeaderClassName
{
color: #52CB41;
}
.AnyTagClassName
{
color: #52CB41;
}
</style>
background-color css
<style>
a { background-color: #52CB41; }
a { background-color: rgb(82,203,65); }
div.DivClassName
{
background-color: #52CB41;
}
.BgClassName
{
background-color: #52CB41;
}
</style>
border-color css
<style>
span { border-color: #52CB41; }
span { border-color: rgb(82,203,65); }
td.TdClassName
{
border-color: #52CB41;
}
.TagClassName
{
border-color: #52CB41;
}
</style>