Shades of Apple #52BE40
Tints of Apple #52BE40
RGB
CMYK
RGB Variations
Color information
#52BE40 (or 0x52BE40) is known color: Apple. HEX triplet: 52, BE and 40. RGB value is (82,190,64). Sum of RGB (Red+Green+Blue) = 82+190+64=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 190 (74.61% from 255 or 56.55% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BE40 is #AD41BF. Grayscale: #8F8F8F. Windows color (decimal): -11354560 or 4243026. OLE color: 4243026.
HSL color Cylindrical-coordinate representation of color #52BE40: hue angle of 111.43º 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 #52BE40 is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 190 | 64 | - |
| CMYK | 0.57 | 0 | 0.66 | 0.25 |
| HSL | 111.43º | 0.5% | 0.5% | - |
| HSV(B) | 111.43º | 0.66% | 0.75% | - |
| XYZ | 22.82 | 38.99 | 11.17 | - |
| YUV | 143.34 | 83.22 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 190 | 64 | 0.57 | 0 | 0.66 | 0.25 | 111.43 | 0.5 | 0.5 |
| Hex | 52 | BE | 40 | 39 | 0 | 42 | 19 | 6F | 32 | 32 |
| Octal | 122 | 276 | 100 | 71 | 0 | 102 | 31 | 157 | 62 | 62 |
| Binary | 1010010 | 10111110 | 1000000 | 111001 | 0 | 1000010 | 11001 | 1101111 | 110010 | 110010 |
Color Harmonies of #52BE40
Complementary color
Monochromatic Colors of #52BE40
Black with #52BE40
Text Example
Text Example
White with #52BE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BE40; }
p { color: rgb(82,190,64); }
H1.HeaderClassName
{
color: #52BE40;
}
.AnyTagClassName
{
color: #52BE40;
}
</style>
background-color css
<style>
a { background-color: #52BE40; }
a { background-color: rgb(82,190,64); }
div.DivClassName
{
background-color: #52BE40;
}
.BgClassName
{
background-color: #52BE40;
}
</style>
border-color css
<style>
span { border-color: #52BE40; }
span { border-color: rgb(82,190,64); }
td.TdClassName
{
border-color: #52BE40;
}
.TagClassName
{
border-color: #52BE40;
}
</style>