Shades of Apple #52BB34
Tints of Apple #52BB34
RGB
CMYK
RGB Variations
Color information
#52BB34 (or 0x52BB34) is known color: Apple. HEX triplet: 52, BB and 34. RGB value is (82,187,52). Sum of RGB (Red+Green+Blue) = 82+187+52=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 187 (73.44% from 255 or 58.26% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BB34 is #AD44CB. Grayscale: #8C8C8C. Windows color (decimal): -11355340 or 3455826. OLE color: 3455826.
HSL color Cylindrical-coordinate representation of color #52BB34: hue angle of 106.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52BB34 is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 187 | 52 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.27 |
| HSL | 106.67º | 0.56% | 0.47% | - |
| HSV(B) | 106.67º | 0.72% | 0.73% | - |
| XYZ | 21.87 | 37.58 | 9.35 | - |
| YUV | 140.22 | 78.21 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 187 | 52 | 0.56 | 0 | 0.72 | 0.27 | 106.67 | 0.56 | 0.47 |
| Hex | 52 | BB | 34 | 38 | 0 | 48 | 1B | 6B | 38 | 2F |
| Octal | 122 | 273 | 64 | 70 | 0 | 110 | 33 | 153 | 70 | 57 |
| Binary | 1010010 | 10111011 | 110100 | 111000 | 0 | 1001000 | 11011 | 1101011 | 111000 | 101111 |
Color Harmonies of #52BB34
Complementary color
Monochromatic Colors of #52BB34
Black with #52BB34
Text Example
Text Example
White with #52BB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BB34; }
p { color: rgb(82,187,52); }
H1.HeaderClassName
{
color: #52BB34;
}
.AnyTagClassName
{
color: #52BB34;
}
</style>
background-color css
<style>
a { background-color: #52BB34; }
a { background-color: rgb(82,187,52); }
div.DivClassName
{
background-color: #52BB34;
}
.BgClassName
{
background-color: #52BB34;
}
</style>
border-color css
<style>
span { border-color: #52BB34; }
span { border-color: rgb(82,187,52); }
td.TdClassName
{
border-color: #52BB34;
}
.TagClassName
{
border-color: #52BB34;
}
</style>