Shades of Apple #52BF40
Tints of Apple #52BF40
RGB
CMYK
RGB Variations
Color information
#52BF40 (or 0x52BF40) is known color: Apple. HEX triplet: 52, BF and 40. RGB value is (82,191,64). Sum of RGB (Red+Green+Blue) = 82+191+64=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 191 (75% from 255 or 56.68% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 191 - color contains mainly: green. Hex color #52BF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BF40 is #AD40BF. Grayscale: #909090. Windows color (decimal): -11354304 or 4243282. OLE color: 4243282.
HSL color Cylindrical-coordinate representation of color #52BF40: hue angle of 111.5º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52BF40 is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 191 | 64 | - |
| CMYK | 0.57 | 0 | 0.66 | 0.25 |
| HSL | 111.5º | 0.5% | 0.5% | - |
| HSV(B) | 111.5º | 0.66% | 0.75% | - |
| XYZ | 23.04 | 39.43 | 11.25 | - |
| YUV | 143.93 | 82.89 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 191 | 64 | 0.57 | 0 | 0.66 | 0.25 | 111.5 | 0.5 | 0.5 |
| Hex | 52 | BF | 40 | 39 | 0 | 42 | 19 | 6F | 32 | 32 |
| Octal | 122 | 277 | 100 | 71 | 0 | 102 | 31 | 157 | 62 | 62 |
| Binary | 1010010 | 10111111 | 1000000 | 111001 | 0 | 1000010 | 11001 | 1101111 | 110010 | 110010 |
Color Harmonies of #52BF40
Complementary color
Monochromatic Colors of #52BF40
Black with #52BF40
Text Example
Text Example
White with #52BF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BF40; }
p { color: rgb(82,191,64); }
H1.HeaderClassName
{
color: #52BF40;
}
.AnyTagClassName
{
color: #52BF40;
}
</style>
background-color css
<style>
a { background-color: #52BF40; }
a { background-color: rgb(82,191,64); }
div.DivClassName
{
background-color: #52BF40;
}
.BgClassName
{
background-color: #52BF40;
}
</style>
border-color css
<style>
span { border-color: #52BF40; }
span { border-color: rgb(82,191,64); }
td.TdClassName
{
border-color: #52BF40;
}
.TagClassName
{
border-color: #52BF40;
}
</style>