Shades of Apple #52CB4A
Tints of Apple #52CB4A
RGB
CMYK
RGB Variations
Color information
#52CB4A (or 0x52CB4A) is known color: Apple. HEX triplet: 52, CB and 4A. RGB value is (82,203,74). Sum of RGB (Red+Green+Blue) = 82+203+74=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 203 (79.69% from 255 or 56.55% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 203 - color contains mainly: green. Hex color #52CB4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CB4A is #AD34B5. Grayscale: #989898. Windows color (decimal): -11351222 or 4901714. OLE color: 4901714.
HSL color Cylindrical-coordinate representation of color #52CB4A: hue angle of 116.28º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52CB4A is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 203 | 74 | - |
| CMYK | 0.60 | 0 | 0.64 | 0.20 |
| HSL | 116.28º | 0.55% | 0.54% | - |
| HSV(B) | 116.28º | 0.64% | 0.8% | - |
| XYZ | 26.07 | 45 | 13.79 | - |
| YUV | 152.12 | 83.91 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 203 | 74 | 0.60 | 0 | 0.64 | 0.20 | 116.28 | 0.55 | 0.54 |
| Hex | 52 | CB | 4A | 3C | 0 | 40 | 14 | 74 | 37 | 36 |
| Octal | 122 | 313 | 112 | 74 | 0 | 100 | 24 | 164 | 67 | 66 |
| Binary | 1010010 | 11001011 | 1001010 | 111100 | 0 | 1000000 | 10100 | 1110100 | 110111 | 110110 |
Color Harmonies of #52CB4A
Complementary color
Monochromatic Colors of #52CB4A
Black with #52CB4A
Text Example
Text Example
White with #52CB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CB4A; }
p { color: rgb(82,203,74); }
H1.HeaderClassName
{
color: #52CB4A;
}
.AnyTagClassName
{
color: #52CB4A;
}
</style>
background-color css
<style>
a { background-color: #52CB4A; }
a { background-color: rgb(82,203,74); }
div.DivClassName
{
background-color: #52CB4A;
}
.BgClassName
{
background-color: #52CB4A;
}
</style>
border-color css
<style>
span { border-color: #52CB4A; }
span { border-color: rgb(82,203,74); }
td.TdClassName
{
border-color: #52CB4A;
}
.TagClassName
{
border-color: #52CB4A;
}
</style>