Shades of Apple #52C93B
Tints of Apple #52C93B
RGB
CMYK
RGB Variations
Color information
#52C93B (or 0x52C93B) is known color: Apple. HEX triplet: 52, C9 and 3B. RGB value is (82,201,59). Sum of RGB (Red+Green+Blue) = 82+201+59=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 201 (78.91% from 255 or 58.77% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 201 - color contains mainly: green. Hex color #52C93B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C93B is #AD36C4. Grayscale: #959595. Windows color (decimal): -11351749 or 3918162. OLE color: 3918162.
HSL color Cylindrical-coordinate representation of color #52C93B: hue angle of 110.28º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52C93B is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 201 | 59 | - |
| CMYK | 0.59 | 0 | 0.71 | 0.21 |
| HSL | 110.28º | 0.57% | 0.51% | - |
| HSV(B) | 110.28º | 0.71% | 0.79% | - |
| XYZ | 25.16 | 43.88 | 11.28 | - |
| YUV | 149.23 | 77.08 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 201 | 59 | 0.59 | 0 | 0.71 | 0.21 | 110.28 | 0.57 | 0.51 |
| Hex | 52 | C9 | 3B | 3B | 0 | 47 | 15 | 6E | 39 | 33 |
| Octal | 122 | 311 | 73 | 73 | 0 | 107 | 25 | 156 | 71 | 63 |
| Binary | 1010010 | 11001001 | 111011 | 111011 | 0 | 1000111 | 10101 | 1101110 | 111001 | 110011 |
Color Harmonies of #52C93B
Complementary color
Monochromatic Colors of #52C93B
Black with #52C93B
Text Example
Text Example
White with #52C93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C93B; }
p { color: rgb(82,201,59); }
H1.HeaderClassName
{
color: #52C93B;
}
.AnyTagClassName
{
color: #52C93B;
}
</style>
background-color css
<style>
a { background-color: #52C93B; }
a { background-color: rgb(82,201,59); }
div.DivClassName
{
background-color: #52C93B;
}
.BgClassName
{
background-color: #52C93B;
}
</style>
border-color css
<style>
span { border-color: #52C93B; }
span { border-color: rgb(82,201,59); }
td.TdClassName
{
border-color: #52C93B;
}
.TagClassName
{
border-color: #52C93B;
}
</style>