#52BA40

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

Shades of Apple #52BA40

Tints of Apple #52BA40

Color information

#52BA40 (or 0x52BA40) is unknown color: approx Apple. HEX triplet: 52, BA and 40. RGB value is (82,186,64). Sum of RGB (Red+Green+Blue) = 82+186+64=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 186 (73.05% from 255 or 56.02% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BA40 is #AD45BF. Grayscale: #8D8D8D. Windows color (decimal): -11355584 or 4242002. OLE color: 4242002.

HSL color Cylindrical-coordinate representation of color #52BA40: hue angle of 111.15º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52BA40 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB8218664-
CMYK0.5600.660.27
HSL111.15º48.8%49.02%-
HSV(B)111.15º65.59%72.94%-
XYZ21.9637.2810.89-
YUV14184.5485.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.70%
GREEN value IS 186 (73.05% from 255) = 56.02%
BLUE value IS 64 (25.39% from 255) = 19.28%
R=24.70%
G=56.02%
B=19.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82186640.5600.660.27111.1548.849.02
Hex52BA40380421B6f3131
Octal122272100700102331576161
Binary101001010111010100000011100001000010110111101111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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