Shades of Apple #52C04B
Tints of Apple #52C04B
RGB
CMYK
RGB Variations
Color information
#52C04B (or 0x52C04B) is known color: Apple. HEX triplet: 52, C0 and 4B. RGB value is (82,192,75). Sum of RGB (Red+Green+Blue) = 82+192+75=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #52C04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C04B is #AD3FB4. Grayscale: #929292. Windows color (decimal): -11354037 or 4964434. OLE color: 4964434.
HSL color Cylindrical-coordinate representation of color #52C04B: hue angle of 116.41º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52C04B is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 75 | - |
| CMYK | 0.57 | 0 | 0.61 | 0.25 |
| HSL | 116.41º | 0.48% | 0.52% | - |
| HSV(B) | 116.41º | 0.61% | 0.75% | - |
| XYZ | 23.6 | 40 | 13.13 | - |
| YUV | 145.77 | 88.06 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 75 | 0.57 | 0 | 0.61 | 0.25 | 116.41 | 0.48 | 0.52 |
| Hex | 52 | C0 | 4B | 39 | 0 | 3D | 19 | 74 | 30 | 34 |
| Octal | 122 | 300 | 113 | 71 | 0 | 75 | 31 | 164 | 60 | 64 |
| Binary | 1010010 | 11000000 | 1001011 | 111001 | 0 | 111101 | 11001 | 1110100 | 110000 | 110100 |
Color Harmonies of #52C04B
Complementary color
Monochromatic Colors of #52C04B
Black with #52C04B
Text Example
Text Example
White with #52C04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C04B; }
p { color: rgb(82,192,75); }
H1.HeaderClassName
{
color: #52C04B;
}
.AnyTagClassName
{
color: #52C04B;
}
</style>
background-color css
<style>
a { background-color: #52C04B; }
a { background-color: rgb(82,192,75); }
div.DivClassName
{
background-color: #52C04B;
}
.BgClassName
{
background-color: #52C04B;
}
</style>
border-color css
<style>
span { border-color: #52C04B; }
span { border-color: rgb(82,192,75); }
td.TdClassName
{
border-color: #52C04B;
}
.TagClassName
{
border-color: #52C04B;
}
</style>