#52BC3B

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

Shades of Apple #52BC3B

Tints of Apple #52BC3B

Color information

#52BC3B (or 0x52BC3B) is unknown color: approx Apple. HEX triplet: 52, BC and 3B. RGB value is (82,188,59). Sum of RGB (Red+Green+Blue) = 82+188+59=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BC3B is #AD43C4. Grayscale: #8E8E8E. Windows color (decimal): -11355077 or 3914834. OLE color: 3914834.

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

Color convert

RGB8218859-
CMYK0.5600.690.26
HSL109.3º52.23%48.43%-
HSV(B)109.3º68.62%73.73%-
XYZ22.2538.0810.31-
YUV141.681.3885.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.92%
GREEN value IS 188 (73.83% from 255) = 57.14%
BLUE value IS 59 (23.44% from 255) = 17.93%
R=24.92%
G=57.14%
B=17.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal82188590.5600.690.26109.352.2348.43
Hex52BC3B380451A6d3430
Octal12227473700105321556460
Binary10100101011110011101111100001000101110101101101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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