Shades of Apple #52BB42
Tints of Apple #52BB42
RGB
CMYK
RGB Variations
Color information
#52BB42 (or 0x52BB42) is known color: Apple. HEX triplet: 52, BB and 42. RGB value is (82,187,66). Sum of RGB (Red+Green+Blue) = 82+187+66=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 187 (73.44% from 255 or 55.82% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BB42 is #AD44BD. Grayscale: #8E8E8E. Windows color (decimal): -11355326 or 4373330. OLE color: 4373330.
HSL color Cylindrical-coordinate representation of color #52BB42: hue angle of 112.07º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52BB42 is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 187 | 66 | - |
| CMYK | 0.56 | 0 | 0.65 | 0.27 |
| HSL | 112.07º | 0.48% | 0.5% | - |
| HSV(B) | 112.07º | 0.65% | 0.73% | - |
| XYZ | 22.23 | 37.73 | 11.26 | - |
| YUV | 141.81 | 85.21 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 187 | 66 | 0.56 | 0 | 0.65 | 0.27 | 112.07 | 0.48 | 0.5 |
| Hex | 52 | BB | 42 | 38 | 0 | 41 | 1B | 70 | 30 | 32 |
| Octal | 122 | 273 | 102 | 70 | 0 | 101 | 33 | 160 | 60 | 62 |
| Binary | 1010010 | 10111011 | 1000010 | 111000 | 0 | 1000001 | 11011 | 1110000 | 110000 | 110010 |
Color Harmonies of #52BB42
Complementary color
Monochromatic Colors of #52BB42
Black with #52BB42
Text Example
Text Example
White with #52BB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BB42; }
p { color: rgb(82,187,66); }
H1.HeaderClassName
{
color: #52BB42;
}
.AnyTagClassName
{
color: #52BB42;
}
</style>
background-color css
<style>
a { background-color: #52BB42; }
a { background-color: rgb(82,187,66); }
div.DivClassName
{
background-color: #52BB42;
}
.BgClassName
{
background-color: #52BB42;
}
</style>
border-color css
<style>
span { border-color: #52BB42; }
span { border-color: rgb(82,187,66); }
td.TdClassName
{
border-color: #52BB42;
}
.TagClassName
{
border-color: #52BB42;
}
</style>