Shades of Apple #52C94F
Tints of Apple #52C94F
RGB
CMYK
RGB Variations
Color information
#52C94F (or 0x52C94F) is known color: Apple. HEX triplet: 52, C9 and 4F. RGB value is (82,201,79). Sum of RGB (Red+Green+Blue) = 82+201+79=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 201 (78.91% from 255 or 55.52% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 201 - color contains mainly: green. Hex color #52C94F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C94F is #AD36B0. Grayscale: #979797. Windows color (decimal): -11351729 or 5228882. OLE color: 5228882.
HSL color Cylindrical-coordinate representation of color #52C94F: hue angle of 118.52º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52C94F is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 201 | 79 | - |
| CMYK | 0.59 | 0 | 0.61 | 0.21 |
| HSL | 118.52º | 0.53% | 0.55% | - |
| HSV(B) | 118.52º | 0.61% | 0.79% | - |
| XYZ | 25.78 | 44.13 | 14.56 | - |
| YUV | 151.51 | 87.08 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 201 | 79 | 0.59 | 0 | 0.61 | 0.21 | 118.52 | 0.53 | 0.55 |
| Hex | 52 | C9 | 4F | 3B | 0 | 3D | 15 | 77 | 35 | 37 |
| Octal | 122 | 311 | 117 | 73 | 0 | 75 | 25 | 167 | 65 | 67 |
| Binary | 1010010 | 11001001 | 1001111 | 111011 | 0 | 111101 | 10101 | 1110111 | 110101 | 110111 |
Color Harmonies of #52C94F
Complementary color
Monochromatic Colors of #52C94F
Black with #52C94F
Text Example
Text Example
White with #52C94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C94F; }
p { color: rgb(82,201,79); }
H1.HeaderClassName
{
color: #52C94F;
}
.AnyTagClassName
{
color: #52C94F;
}
</style>
background-color css
<style>
a { background-color: #52C94F; }
a { background-color: rgb(82,201,79); }
div.DivClassName
{
background-color: #52C94F;
}
.BgClassName
{
background-color: #52C94F;
}
</style>
border-color css
<style>
span { border-color: #52C94F; }
span { border-color: rgb(82,201,79); }
td.TdClassName
{
border-color: #52C94F;
}
.TagClassName
{
border-color: #52C94F;
}
</style>