Shades of Apple #52BB37
Tints of Apple #52BB37
RGB
CMYK
RGB Variations
Color information
#52BB37 (or 0x52BB37) is known color: Apple. HEX triplet: 52, BB and 37. RGB value is (82,187,55). Sum of RGB (Red+Green+Blue) = 82+187+55=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 187 (73.44% from 255 or 57.72% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BB37 is #AD44C8. Grayscale: #8C8C8C. Windows color (decimal): -11355337 or 3652434. OLE color: 3652434.
HSL color Cylindrical-coordinate representation of color #52BB37: hue angle of 107.73º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52BB37 is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 187 | 55 | - |
| CMYK | 0.56 | 0 | 0.71 | 0.27 |
| HSL | 107.73º | 0.55% | 0.47% | - |
| HSV(B) | 107.73º | 0.71% | 0.73% | - |
| XYZ | 21.94 | 37.61 | 9.72 | - |
| YUV | 140.56 | 79.71 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 187 | 55 | 0.56 | 0 | 0.71 | 0.27 | 107.73 | 0.55 | 0.47 |
| Hex | 52 | BB | 37 | 38 | 0 | 47 | 1B | 6C | 37 | 2F |
| Octal | 122 | 273 | 67 | 70 | 0 | 107 | 33 | 154 | 67 | 57 |
| Binary | 1010010 | 10111011 | 110111 | 111000 | 0 | 1000111 | 11011 | 1101100 | 110111 | 101111 |
Color Harmonies of #52BB37
Complementary color
Monochromatic Colors of #52BB37
Black with #52BB37
Text Example
Text Example
White with #52BB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BB37; }
p { color: rgb(82,187,55); }
H1.HeaderClassName
{
color: #52BB37;
}
.AnyTagClassName
{
color: #52BB37;
}
</style>
background-color css
<style>
a { background-color: #52BB37; }
a { background-color: rgb(82,187,55); }
div.DivClassName
{
background-color: #52BB37;
}
.BgClassName
{
background-color: #52BB37;
}
</style>
border-color css
<style>
span { border-color: #52BB37; }
span { border-color: rgb(82,187,55); }
td.TdClassName
{
border-color: #52BB37;
}
.TagClassName
{
border-color: #52BB37;
}
</style>