Shades of Apple #52C94B
Tints of Apple #52C94B
RGB
CMYK
RGB Variations
Color information
#52C94B (or 0x52C94B) is known color: Apple. HEX triplet: 52, C9 and 4B. RGB value is (82,201,75). Sum of RGB (Red+Green+Blue) = 82+201+75=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 201 (78.91% from 255 or 56.15% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 201 - color contains mainly: green. Hex color #52C94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C94B is #AD36B4. Grayscale: #979797. Windows color (decimal): -11351733 or 4966738. OLE color: 4966738.
HSL color Cylindrical-coordinate representation of color #52C94B: hue angle of 116.67º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52C94B is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 201 | 75 | - |
| CMYK | 0.59 | 0 | 0.63 | 0.21 |
| HSL | 116.67º | 0.54% | 0.54% | - |
| HSV(B) | 116.67º | 0.63% | 0.79% | - |
| XYZ | 25.64 | 44.08 | 13.81 | - |
| YUV | 151.06 | 85.08 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 201 | 75 | 0.59 | 0 | 0.63 | 0.21 | 116.67 | 0.54 | 0.54 |
| Hex | 52 | C9 | 4B | 3B | 0 | 3F | 15 | 75 | 36 | 36 |
| Octal | 122 | 311 | 113 | 73 | 0 | 77 | 25 | 165 | 66 | 66 |
| Binary | 1010010 | 11001001 | 1001011 | 111011 | 0 | 111111 | 10101 | 1110101 | 110110 | 110110 |
Color Harmonies of #52C94B
Complementary color
Monochromatic Colors of #52C94B
Black with #52C94B
Text Example
Text Example
White with #52C94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C94B; }
p { color: rgb(82,201,75); }
H1.HeaderClassName
{
color: #52C94B;
}
.AnyTagClassName
{
color: #52C94B;
}
</style>
background-color css
<style>
a { background-color: #52C94B; }
a { background-color: rgb(82,201,75); }
div.DivClassName
{
background-color: #52C94B;
}
.BgClassName
{
background-color: #52C94B;
}
</style>
border-color css
<style>
span { border-color: #52C94B; }
span { border-color: rgb(82,201,75); }
td.TdClassName
{
border-color: #52C94B;
}
.TagClassName
{
border-color: #52C94B;
}
</style>