Shades of Apple #52B93F
Tints of Apple #52B93F
RGB
CMYK
RGB Variations
Color information
#52B93F (or 0x52B93F) is known color: Apple. HEX triplet: 52, B9 and 3F. RGB value is (82,185,63). Sum of RGB (Red+Green+Blue) = 82+185+63=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 185 (72.66% from 255 or 56.06% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 185 - color contains mainly: green. Hex color #52B93F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B93F is #AD46C0. Grayscale: #8C8C8C. Windows color (decimal): -11355841 or 4176210. OLE color: 4176210.
HSL color Cylindrical-coordinate representation of color #52B93F: hue angle of 110.66º degrees, saturation: 0.49, 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 #52B93F is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 185 | 63 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.27 |
| HSL | 110.66º | 0.49% | 0.49% | - |
| HSV(B) | 110.66º | 0.66% | 0.73% | - |
| XYZ | 21.73 | 36.85 | 10.67 | - |
| YUV | 140.3 | 84.38 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 185 | 63 | 0.56 | 0 | 0.66 | 0.27 | 110.66 | 0.49 | 0.49 |
| Hex | 52 | B9 | 3F | 38 | 0 | 42 | 1B | 6F | 31 | 31 |
| Octal | 122 | 271 | 77 | 70 | 0 | 102 | 33 | 157 | 61 | 61 |
| Binary | 1010010 | 10111001 | 111111 | 111000 | 0 | 1000010 | 11011 | 1101111 | 110001 | 110001 |
Color Harmonies of #52B93F
Complementary color
Monochromatic Colors of #52B93F
Black with #52B93F
Text Example
Text Example
White with #52B93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B93F; }
p { color: rgb(82,185,63); }
H1.HeaderClassName
{
color: #52B93F;
}
.AnyTagClassName
{
color: #52B93F;
}
</style>
background-color css
<style>
a { background-color: #52B93F; }
a { background-color: rgb(82,185,63); }
div.DivClassName
{
background-color: #52B93F;
}
.BgClassName
{
background-color: #52B93F;
}
</style>
border-color css
<style>
span { border-color: #52B93F; }
span { border-color: rgb(82,185,63); }
td.TdClassName
{
border-color: #52B93F;
}
.TagClassName
{
border-color: #52B93F;
}
</style>