#52CA40

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

Shades of Apple #52CA40

Tints of Apple #52CA40

Color information

#52CA40 (or 0x52CA40) is unknown color: approx Apple. HEX triplet: 52, CA and 40. RGB value is (82,202,64). Sum of RGB (Red+Green+Blue) = 82+202+64=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 202 (79.30% from 255 or 58.05% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CA40 is #AD35BF. Grayscale: #969696. Windows color (decimal): -11351488 or 4246098. OLE color: 4246098.

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

Color convert

RGB8220264-
CMYK0.5900.680.21
HSL112.17º56.56%52.16%-
HSV(B)112.17º68.32%79.22%-
XYZ25.5344.4112.08-
YUV150.3979.2479.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.56%
GREEN value IS 202 (79.30% from 255) = 58.05%
BLUE value IS 64 (25.39% from 255) = 18.39%
R=23.56%
G=58.05%
B=18.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal82202640.5900.680.21112.1756.5652.16
Hex52CA403B04415703934
Octal122312100730104251607164
Binary101001011001010100000011101101000100101011110000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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