#52BA3E

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

Shades of Apple #52BA3E

Tints of Apple #52BA3E

Color information

#52BA3E (or 0x52BA3E) is unknown color: approx Apple. HEX triplet: 52, BA and 3E. RGB value is (82,186,62). Sum of RGB (Red+Green+Blue) = 82+186+62=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BA3E is #AD45C1. Grayscale: #8D8D8D. Windows color (decimal): -11355586 or 4110930. OLE color: 4110930.

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

Color convert

RGB8218662-
CMYK0.5600.670.27
HSL110.32º50%48.63%-
HSV(B)110.32º66.67%72.94%-
XYZ21.9137.2610.59-
YUV140.7783.5486.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.85%
GREEN value IS 186 (73.05% from 255) = 56.36%
BLUE value IS 62 (24.61% from 255) = 18.79%
R=24.85%
G=56.36%
B=18.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82186620.5600.670.27110.325048.63
Hex52BA3E380431B6e3231
Octal12227276700103331566261
Binary10100101011101011111011100001000011110111101110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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