Shades of Apple #52D04B
Tints of Apple #52D04B
RGB
CMYK
RGB Variations
Color information
#52D04B (or 0x52D04B) is known color: Apple. HEX triplet: 52, D0 and 4B. RGB value is (82,208,75). Sum of RGB (Red+Green+Blue) = 82+208+75=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 208 (81.64% from 255 or 56.99% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 208 - color contains mainly: green. Hex color #52D04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D04B is #AD2FB4. Grayscale: #9B9B9B. Windows color (decimal): -11349941 or 4968530. OLE color: 4968530.
HSL color Cylindrical-coordinate representation of color #52D04B: hue angle of 116.84º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52D04B is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 208 | 75 | - |
| CMYK | 0.61 | 0 | 0.64 | 0.18 |
| HSL | 116.84º | 0.59% | 0.55% | - |
| HSV(B) | 116.84º | 0.64% | 0.82% | - |
| XYZ | 27.31 | 47.41 | 14.37 | - |
| YUV | 155.16 | 82.76 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 208 | 75 | 0.61 | 0 | 0.64 | 0.18 | 116.84 | 0.59 | 0.55 |
| Hex | 52 | D0 | 4B | 3D | 0 | 40 | 12 | 75 | 3B | 37 |
| Octal | 122 | 320 | 113 | 75 | 0 | 100 | 22 | 165 | 73 | 67 |
| Binary | 1010010 | 11010000 | 1001011 | 111101 | 0 | 1000000 | 10010 | 1110101 | 111011 | 110111 |
Color Harmonies of #52D04B
Complementary color
Monochromatic Colors of #52D04B
Black with #52D04B
Text Example
Text Example
White with #52D04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D04B; }
p { color: rgb(82,208,75); }
H1.HeaderClassName
{
color: #52D04B;
}
.AnyTagClassName
{
color: #52D04B;
}
</style>
background-color css
<style>
a { background-color: #52D04B; }
a { background-color: rgb(82,208,75); }
div.DivClassName
{
background-color: #52D04B;
}
.BgClassName
{
background-color: #52D04B;
}
</style>
border-color css
<style>
span { border-color: #52D04B; }
span { border-color: rgb(82,208,75); }
td.TdClassName
{
border-color: #52D04B;
}
.TagClassName
{
border-color: #52D04B;
}
</style>