Shades of Apple #52C84B
Tints of Apple #52C84B
RGB
CMYK
RGB Variations
Color information
#52C84B (or 0x52C84B) is known color: Apple. HEX triplet: 52, C8 and 4B. RGB value is (82,200,75). Sum of RGB (Red+Green+Blue) = 82+200+75=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 200 (78.52% from 255 or 56.02% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 200 - color contains mainly: green. Hex color #52C84B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C84B is #AD37B4. Grayscale: #969696. Windows color (decimal): -11351989 or 4966482. OLE color: 4966482.
HSL color Cylindrical-coordinate representation of color #52C84B: hue angle of 116.64º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52C84B is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 200 | 75 | - |
| CMYK | 0.59 | 0 | 0.62 | 0.22 |
| HSL | 116.64º | 0.53% | 0.54% | - |
| HSV(B) | 116.64º | 0.63% | 0.78% | - |
| XYZ | 25.4 | 43.61 | 13.74 | - |
| YUV | 150.47 | 85.41 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 75 | 0.59 | 0 | 0.62 | 0.22 | 116.64 | 0.53 | 0.54 |
| Hex | 52 | C8 | 4B | 3B | 0 | 3E | 16 | 75 | 35 | 36 |
| Octal | 122 | 310 | 113 | 73 | 0 | 76 | 26 | 165 | 65 | 66 |
| Binary | 1010010 | 11001000 | 1001011 | 111011 | 0 | 111110 | 10110 | 1110101 | 110101 | 110110 |
Color Harmonies of #52C84B
Complementary color
Monochromatic Colors of #52C84B
Black with #52C84B
Text Example
Text Example
White with #52C84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C84B; }
p { color: rgb(82,200,75); }
H1.HeaderClassName
{
color: #52C84B;
}
.AnyTagClassName
{
color: #52C84B;
}
</style>
background-color css
<style>
a { background-color: #52C84B; }
a { background-color: rgb(82,200,75); }
div.DivClassName
{
background-color: #52C84B;
}
.BgClassName
{
background-color: #52C84B;
}
</style>
border-color css
<style>
span { border-color: #52C84B; }
span { border-color: rgb(82,200,75); }
td.TdClassName
{
border-color: #52C84B;
}
.TagClassName
{
border-color: #52C84B;
}
</style>