Shades of Apple #52C23D
Tints of Apple #52C23D
RGB
CMYK
RGB Variations
Color information
#52C23D (or 0x52C23D) is known color: Apple. HEX triplet: 52, C2 and 3D. RGB value is (82,194,61). Sum of RGB (Red+Green+Blue) = 82+194+61=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 194 (76.17% from 255 or 57.57% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 194 - color contains mainly: green. Hex color #52C23D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C23D is #AD3DC2. Grayscale: #919191. Windows color (decimal): -11353539 or 4047442. OLE color: 4047442.
HSL color Cylindrical-coordinate representation of color #52C23D: hue angle of 110.53º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52C23D is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 194 | 61 | - |
| CMYK | 0.58 | 0 | 0.69 | 0.24 |
| HSL | 110.53º | 0.52% | 0.5% | - |
| HSV(B) | 110.53º | 0.69% | 0.76% | - |
| XYZ | 23.61 | 40.71 | 11.03 | - |
| YUV | 145.35 | 80.39 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 61 | 0.58 | 0 | 0.69 | 0.24 | 110.53 | 0.52 | 0.5 |
| Hex | 52 | C2 | 3D | 3A | 0 | 45 | 18 | 6F | 34 | 32 |
| Octal | 122 | 302 | 75 | 72 | 0 | 105 | 30 | 157 | 64 | 62 |
| Binary | 1010010 | 11000010 | 111101 | 111010 | 0 | 1000101 | 11000 | 1101111 | 110100 | 110010 |
Color Harmonies of #52C23D
Complementary color
Monochromatic Colors of #52C23D
Black with #52C23D
Text Example
Text Example
White with #52C23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C23D; }
p { color: rgb(82,194,61); }
H1.HeaderClassName
{
color: #52C23D;
}
.AnyTagClassName
{
color: #52C23D;
}
</style>
background-color css
<style>
a { background-color: #52C23D; }
a { background-color: rgb(82,194,61); }
div.DivClassName
{
background-color: #52C23D;
}
.BgClassName
{
background-color: #52C23D;
}
</style>
border-color css
<style>
span { border-color: #52C23D; }
span { border-color: rgb(82,194,61); }
td.TdClassName
{
border-color: #52C23D;
}
.TagClassName
{
border-color: #52C23D;
}
</style>