Shades of Apple #52BC34
Tints of Apple #52BC34
RGB
CMYK
RGB Variations
Color information
#52BC34 (or 0x52BC34) is known color: Apple. HEX triplet: 52, BC and 34. RGB value is (82,188,52). Sum of RGB (Red+Green+Blue) = 82+188+52=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 188 (73.83% from 255 or 58.39% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BC34 is #AD43CB. Grayscale: #8D8D8D. Windows color (decimal): -11355084 or 3456082. OLE color: 3456082.
HSL color Cylindrical-coordinate representation of color #52BC34: hue angle of 106.76º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52BC34 is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 188 | 52 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.26 |
| HSL | 106.76º | 0.57% | 0.47% | - |
| HSV(B) | 106.76º | 0.72% | 0.74% | - |
| XYZ | 22.08 | 38.01 | 9.42 | - |
| YUV | 140.8 | 77.88 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 188 | 52 | 0.56 | 0 | 0.72 | 0.26 | 106.76 | 0.57 | 0.47 |
| Hex | 52 | BC | 34 | 38 | 0 | 48 | 1A | 6B | 39 | 2F |
| Octal | 122 | 274 | 64 | 70 | 0 | 110 | 32 | 153 | 71 | 57 |
| Binary | 1010010 | 10111100 | 110100 | 111000 | 0 | 1001000 | 11010 | 1101011 | 111001 | 101111 |
Color Harmonies of #52BC34
Complementary color
Monochromatic Colors of #52BC34
Black with #52BC34
Text Example
Text Example
White with #52BC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BC34; }
p { color: rgb(82,188,52); }
H1.HeaderClassName
{
color: #52BC34;
}
.AnyTagClassName
{
color: #52BC34;
}
</style>
background-color css
<style>
a { background-color: #52BC34; }
a { background-color: rgb(82,188,52); }
div.DivClassName
{
background-color: #52BC34;
}
.BgClassName
{
background-color: #52BC34;
}
</style>
border-color css
<style>
span { border-color: #52BC34; }
span { border-color: rgb(82,188,52); }
td.TdClassName
{
border-color: #52BC34;
}
.TagClassName
{
border-color: #52BC34;
}
</style>