#52CA3C

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

Shades of Apple #52CA3C

Tints of Apple #52CA3C

Color information

#52CA3C (or 0x52CA3C) is unknown color: approx Apple. HEX triplet: 52, CA and 3C. RGB value is (82,202,60). Sum of RGB (Red+Green+Blue) = 82+202+60=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 202 (79.30% from 255 or 58.72% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CA3C is #AD35C3. Grayscale: #969696. Windows color (decimal): -11351492 or 3983954. OLE color: 3983954.

HSL color Cylindrical-coordinate representation of color #52CA3C: hue angle of 110.7º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52CA3C is Cyan = 0.59, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB8220260-
CMYK0.5900.700.21
HSL110.7º57.26%51.37%-
HSV(B)110.7º70.3%79.22%-
XYZ25.4244.3611.5-
YUV149.9377.2479.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.84%
GREEN value IS 202 (79.30% from 255) = 58.72%
BLUE value IS 60 (23.83% from 255) = 17.44%
R=23.84%
G=58.72%
B=17.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal82202600.5900.700.21110.757.2651.37
Hex52CA3C3B046156f3933
Octal12231274730106251577163
Binary10100101100101011110011101101000110101011101111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,202,60); }

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

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

 a { background-color: rgb(82,202,60); }

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

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

 span { border-color: rgb(82,202,60); }

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