Shades of Apple #52BB3F
Tints of Apple #52BB3F
RGB
CMYK
RGB Variations
Color information
#52BB3F (or 0x52BB3F) is known color: Apple. HEX triplet: 52, BB and 3F. RGB value is (82,187,63). Sum of RGB (Red+Green+Blue) = 82+187+63=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 187 (73.44% from 255 or 56.33% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BB3F is #AD44C0. Grayscale: #8D8D8D. Windows color (decimal): -11355329 or 4176722. OLE color: 4176722.
HSL color Cylindrical-coordinate representation of color #52BB3F: hue angle of 110.81º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52BB3F is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 187 | 63 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.27 |
| HSL | 110.81º | 0.5% | 0.49% | - |
| HSV(B) | 110.81º | 0.66% | 0.73% | - |
| XYZ | 22.15 | 37.69 | 10.81 | - |
| YUV | 141.47 | 83.71 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 187 | 63 | 0.56 | 0 | 0.66 | 0.27 | 110.81 | 0.5 | 0.49 |
| Hex | 52 | BB | 3F | 38 | 0 | 42 | 1B | 6F | 32 | 31 |
| Octal | 122 | 273 | 77 | 70 | 0 | 102 | 33 | 157 | 62 | 61 |
| Binary | 1010010 | 10111011 | 111111 | 111000 | 0 | 1000010 | 11011 | 1101111 | 110010 | 110001 |
Color Harmonies of #52BB3F
Complementary color
Monochromatic Colors of #52BB3F
Black with #52BB3F
Text Example
Text Example
White with #52BB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BB3F; }
p { color: rgb(82,187,63); }
H1.HeaderClassName
{
color: #52BB3F;
}
.AnyTagClassName
{
color: #52BB3F;
}
</style>
background-color css
<style>
a { background-color: #52BB3F; }
a { background-color: rgb(82,187,63); }
div.DivClassName
{
background-color: #52BB3F;
}
.BgClassName
{
background-color: #52BB3F;
}
</style>
border-color css
<style>
span { border-color: #52BB3F; }
span { border-color: rgb(82,187,63); }
td.TdClassName
{
border-color: #52BB3F;
}
.TagClassName
{
border-color: #52BB3F;
}
</style>