Shades of Apple #52CB46
Tints of Apple #52CB46
RGB
CMYK
RGB Variations
Color information
#52CB46 (or 0x52CB46) is known color: Apple. HEX triplet: 52, CB and 46. RGB value is (82,203,70). Sum of RGB (Red+Green+Blue) = 82+203+70=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 203 (79.69% from 255 or 57.18% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 203 - color contains mainly: green. Hex color #52CB46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CB46 is #AD34B9. Grayscale: #989898. Windows color (decimal): -11351226 or 4639570. OLE color: 4639570.
HSL color Cylindrical-coordinate representation of color #52CB46: hue angle of 114.59º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52CB46 is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 203 | 70 | - |
| CMYK | 0.60 | 0 | 0.66 | 0.20 |
| HSL | 114.59º | 0.56% | 0.54% | - |
| HSV(B) | 114.59º | 0.66% | 0.8% | - |
| XYZ | 25.94 | 44.95 | 13.1 | - |
| YUV | 151.66 | 81.91 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 203 | 70 | 0.60 | 0 | 0.66 | 0.20 | 114.59 | 0.56 | 0.54 |
| Hex | 52 | CB | 46 | 3C | 0 | 42 | 14 | 73 | 38 | 36 |
| Octal | 122 | 313 | 106 | 74 | 0 | 102 | 24 | 163 | 70 | 66 |
| Binary | 1010010 | 11001011 | 1000110 | 111100 | 0 | 1000010 | 10100 | 1110011 | 111000 | 110110 |
Color Harmonies of #52CB46
Complementary color
Monochromatic Colors of #52CB46
Black with #52CB46
Text Example
Text Example
White with #52CB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CB46; }
p { color: rgb(82,203,70); }
H1.HeaderClassName
{
color: #52CB46;
}
.AnyTagClassName
{
color: #52CB46;
}
</style>
background-color css
<style>
a { background-color: #52CB46; }
a { background-color: rgb(82,203,70); }
div.DivClassName
{
background-color: #52CB46;
}
.BgClassName
{
background-color: #52CB46;
}
</style>
border-color css
<style>
span { border-color: #52CB46; }
span { border-color: rgb(82,203,70); }
td.TdClassName
{
border-color: #52CB46;
}
.TagClassName
{
border-color: #52CB46;
}
</style>