#52C743

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

Shades of Apple #52C743

Tints of Apple #52C743

Color information

#52C743 (or 0x52C743) is unknown color: approx Apple. HEX triplet: 52, C7 and 43. RGB value is (82,199,67). Sum of RGB (Red+Green+Blue) = 82+199+67=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 199 (78.12% from 255 or 57.18% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 199 - color contains mainly: green. Hex color #52C743 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C743 is #AD38BC. Grayscale: #959595. Windows color (decimal): -11352253 or 4441938. OLE color: 4441938.

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

Color convert

RGB8219967-
CMYK0.5900.660.22
HSL113.18º54.1%52.16%-
HSV(B)113.18º66.33%78.04%-
XYZ24.9243.0512.31-
YUV148.9781.7480.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.56%
GREEN value IS 199 (78.12% from 255) = 57.18%
BLUE value IS 67 (26.56% from 255) = 19.25%
R=23.56%
G=57.18%
B=19.25%

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
Decimal82199670.5900.660.22113.1854.152.16
Hex52C7433B04216713634
Octal122307103730102261616664
Binary101001011000111100001111101101000010101101110001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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