#52C34C

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

Shades of Apple #52C34C

Tints of Apple #52C34C

Color information

#52C34C (or 0x52C34C) is unknown color: approx Apple. HEX triplet: 52, C3 and 4C. RGB value is (82,195,76). Sum of RGB (Red+Green+Blue) = 82+195+76=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 195 (76.56% from 255 or 55.24% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 195 - color contains mainly: green. Hex color #52C34C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C34C is #AD3CB3. Grayscale: #949494. Windows color (decimal): -11353268 or 5030738. OLE color: 5030738.

HSL color Cylindrical-coordinate representation of color #52C34C: hue angle of 116.97º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52C34C is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB8219576-
CMYK0.5800.610.24
HSL116.97º49.79%53.14%-
HSV(B)116.97º61.03%76.47%-
XYZ24.341.3513.54-
YUV147.6587.5681.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.23%
GREEN value IS 195 (76.56% from 255) = 55.24%
BLUE value IS 76 (30.08% from 255) = 21.53%
R=23.23%
G=55.24%
B=21.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal82195760.5800.610.24116.9749.7953.14
Hex52C34C3A03D18753235
Octal12230311472075301656265
Binary10100101100001110011001110100111101110001110101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,195,76); }

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

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

 a { background-color: rgb(82,195,76); }

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

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

 span { border-color: rgb(82,195,76); }

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