#52C83E

Color #52C83E Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #52C83E

Tints of Apple #52C83E

Color information

#52C83E (or 0x52C83E) is unknown color: approx Apple. HEX triplet: 52, C8 and 3E. RGB value is (82,200,62). Sum of RGB (Red+Green+Blue) = 82+200+62=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 200 (78.52% from 255 or 58.14% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 200 - color contains mainly: green. Hex color #52C83E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C83E is #AD37C1. Grayscale: #959595. Windows color (decimal): -11352002 or 4114514. OLE color: 4114514.

HSL color Cylindrical-coordinate representation of color #52C83E: hue angle of 111.3º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52C83E is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB8220062-
CMYK0.5900.690.22
HSL111.3º55.65%51.37%-
HSV(B)111.3º69%78.43%-
XYZ2543.4511.63-
YUV148.9978.9180.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 23.84%
GREEN value IS 200 (78.52% from 255) = 58.14%
BLUE value IS 62 (24.61% from 255) = 18.02%
R=23.84%
G=58.14%
B=18.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal82200620.5900.690.22111.355.6551.37
Hex52C83E3B045166f3833
Octal12231076730105261577063
Binary10100101100100011111011101101000101101101101111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C83E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52C83E; }

 p { color: rgb(82,200,62); }

 H1.HeaderClassName
 {
   color: #52C83E;
 }
 .AnyTagClassName
 {
   color: #52C83E;
 }
</style>
background-color css

<style>
 a { background-color: #52C83E; }

 a { background-color: rgb(82,200,62); }

 div.DivClassName
 {
   background-color: #52C83E;
 }
 .BgClassName
 {
   background-color: #52C83E;
 }
</style>
border-color css

<style>
 span { border-color: #52C83E; }

 span { border-color: rgb(82,200,62); }

 td.TdClassName
 {
   border-color: #52C83E;
 }
 .TagClassName
 {
   border-color: #52C83E;
 }
</style>