#52C543

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

Shades of Apple #52C543

Tints of Apple #52C543

Color information

#52C543 (or 0x52C543) is unknown color: approx Apple. HEX triplet: 52, C5 and 43. RGB value is (82,197,67). Sum of RGB (Red+Green+Blue) = 82+197+67=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 197 (77.34% from 255 or 56.94% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 197 - color contains mainly: green. Hex color #52C543 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C543 is #AD3ABC. Grayscale: #949494. Windows color (decimal): -11352765 or 4441426. OLE color: 4441426.

HSL color Cylindrical-coordinate representation of color #52C543: hue angle of 113.08º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52C543 is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB8219767-
CMYK0.5800.660.23
HSL113.08º52.85%51.76%-
HSV(B)113.08º65.99%77.25%-
XYZ24.4642.1312.15-
YUV147.7982.481.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.70%
GREEN value IS 197 (77.34% from 255) = 56.94%
BLUE value IS 67 (26.56% from 255) = 19.36%
R=23.70%
G=56.94%
B=19.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal82197670.5800.660.23113.0852.8551.76
Hex52C5433A04217713534
Octal122305103720102271616564
Binary101001011000101100001111101001000010101111110001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,197,67); }

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

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

 a { background-color: rgb(82,197,67); }

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

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

 span { border-color: rgb(82,197,67); }

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