#52C843

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

Shades of Apple #52C843

Tints of Apple #52C843

Color information

#52C843 (or 0x52C843) is unknown color: approx Apple. HEX triplet: 52, C8 and 43. RGB value is (82,200,67). Sum of RGB (Red+Green+Blue) = 82+200+67=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 200 (78.52% from 255 or 57.31% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 200 - color contains mainly: green. Hex color #52C843 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C843 is #AD37BC. Grayscale: #959595. Windows color (decimal): -11351997 or 4442194. OLE color: 4442194.

HSL color Cylindrical-coordinate representation of color #52C843: hue angle of 113.23º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52C843 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB8220067-
CMYK0.5900.660.22
HSL113.23º54.73%52.35%-
HSV(B)113.23º66.5%78.43%-
XYZ25.1543.5112.38-
YUV149.5681.4179.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.50%
GREEN value IS 200 (78.52% from 255) = 57.31%
BLUE value IS 67 (26.56% from 255) = 19.20%
R=23.50%
G=57.31%
B=19.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal82200670.5900.660.22113.2354.7352.35
Hex52C8433B04216713734
Octal122310103730102261616764
Binary101001011001000100001111101101000010101101110001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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