Shades of Apple #52C03B
Tints of Apple #52C03B
RGB
CMYK
RGB Variations
Color information
#52C03B (or 0x52C03B) is known color: Apple. HEX triplet: 52, C0 and 3B. RGB value is (82,192,59). Sum of RGB (Red+Green+Blue) = 82+192+59=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 192 (75.39% from 255 or 57.66% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 192 - color contains mainly: green. Hex color #52C03B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C03B is #AD3FC4. Grayscale: #909090. Windows color (decimal): -11354053 or 3915858. OLE color: 3915858.
HSL color Cylindrical-coordinate representation of color #52C03B: hue angle of 109.62º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52C03B is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 59 | - |
| CMYK | 0.57 | 0 | 0.69 | 0.25 |
| HSL | 109.62º | 0.53% | 0.49% | - |
| HSV(B) | 109.62º | 0.69% | 0.75% | - |
| XYZ | 23.12 | 39.81 | 10.6 | - |
| YUV | 143.95 | 80.06 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 59 | 0.57 | 0 | 0.69 | 0.25 | 109.62 | 0.53 | 0.49 |
| Hex | 52 | C0 | 3B | 39 | 0 | 45 | 19 | 6E | 35 | 31 |
| Octal | 122 | 300 | 73 | 71 | 0 | 105 | 31 | 156 | 65 | 61 |
| Binary | 1010010 | 11000000 | 111011 | 111001 | 0 | 1000101 | 11001 | 1101110 | 110101 | 110001 |
Color Harmonies of #52C03B
Complementary color
Monochromatic Colors of #52C03B
Black with #52C03B
Text Example
Text Example
White with #52C03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C03B; }
p { color: rgb(82,192,59); }
H1.HeaderClassName
{
color: #52C03B;
}
.AnyTagClassName
{
color: #52C03B;
}
</style>
background-color css
<style>
a { background-color: #52C03B; }
a { background-color: rgb(82,192,59); }
div.DivClassName
{
background-color: #52C03B;
}
.BgClassName
{
background-color: #52C03B;
}
</style>
border-color css
<style>
span { border-color: #52C03B; }
span { border-color: rgb(82,192,59); }
td.TdClassName
{
border-color: #52C03B;
}
.TagClassName
{
border-color: #52C03B;
}
</style>