#52BC4A

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

Shades of Apple #52BC4A

Tints of Apple #52BC4A

Color information

#52BC4A (or 0x52BC4A) is unknown color: approx Apple. HEX triplet: 52, BC and 4A. RGB value is (82,188,74). Sum of RGB (Red+Green+Blue) = 82+188+74=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BC4A is #AD43B5. Grayscale: #8F8F8F. Windows color (decimal): -11355062 or 4897874. OLE color: 4897874.

HSL color Cylindrical-coordinate representation of color #52BC4A: hue angle of 115.79º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52BC4A is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB8218874-
CMYK0.5600.610.26
HSL115.79º45.97%51.37%-
HSV(B)115.79º60.64%73.73%-
XYZ22.738.2512.67-
YUV143.3188.8884.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.84%
GREEN value IS 188 (73.83% from 255) = 54.65%
BLUE value IS 74 (29.30% from 255) = 21.51%
R=23.84%
G=54.65%
B=21.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal82188740.5600.610.26115.7945.9751.37
Hex52BC4A3803D1A742e33
Octal12227411270075321645663
Binary10100101011110010010101110000111101110101110100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,188,74); }

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

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

 a { background-color: rgb(82,188,74); }

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

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

 span { border-color: rgb(82,188,74); }

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