Shades of Apple #52BD34
Tints of Apple #52BD34
RGB
CMYK
RGB Variations
Color information
#52BD34 (or 0x52BD34) is known color: Apple. HEX triplet: 52, BD and 34. RGB value is (82,189,52). Sum of RGB (Red+Green+Blue) = 82+189+52=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 189 (74.22% from 255 or 58.51% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BD34 is #AD42CB. Grayscale: #8D8D8D. Windows color (decimal): -11354828 or 3456338. OLE color: 3456338.
HSL color Cylindrical-coordinate representation of color #52BD34: hue angle of 106.86º 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 #52BD34 is Cyan = 0.57, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 189 | 52 | - |
| CMYK | 0.57 | 0 | 0.72 | 0.26 |
| HSL | 106.86º | 0.57% | 0.47% | - |
| HSV(B) | 106.86º | 0.72% | 0.74% | - |
| XYZ | 22.3 | 38.44 | 9.49 | - |
| YUV | 141.39 | 77.55 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 189 | 52 | 0.57 | 0 | 0.72 | 0.26 | 106.86 | 0.57 | 0.47 |
| Hex | 52 | BD | 34 | 39 | 0 | 48 | 1A | 6B | 39 | 2F |
| Octal | 122 | 275 | 64 | 71 | 0 | 110 | 32 | 153 | 71 | 57 |
| Binary | 1010010 | 10111101 | 110100 | 111001 | 0 | 1001000 | 11010 | 1101011 | 111001 | 101111 |
Color Harmonies of #52BD34
Complementary color
Monochromatic Colors of #52BD34
Black with #52BD34
Text Example
Text Example
White with #52BD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BD34; }
p { color: rgb(82,189,52); }
H1.HeaderClassName
{
color: #52BD34;
}
.AnyTagClassName
{
color: #52BD34;
}
</style>
background-color css
<style>
a { background-color: #52BD34; }
a { background-color: rgb(82,189,52); }
div.DivClassName
{
background-color: #52BD34;
}
.BgClassName
{
background-color: #52BD34;
}
</style>
border-color css
<style>
span { border-color: #52BD34; }
span { border-color: rgb(82,189,52); }
td.TdClassName
{
border-color: #52BD34;
}
.TagClassName
{
border-color: #52BD34;
}
</style>