#52BF47

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

Shades of Apple #52BF47

Tints of Apple #52BF47

Color information

#52BF47 (or 0x52BF47) is unknown color: approx Apple. HEX triplet: 52, BF and 47. RGB value is (82,191,71). Sum of RGB (Red+Green+Blue) = 82+191+71=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 191 (75% from 255 or 55.52% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 191 - color contains mainly: green. Hex color #52BF47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BF47 is #AD40B8. Grayscale: #919191. Windows color (decimal): -11354297 or 4702034. OLE color: 4702034.

HSL color Cylindrical-coordinate representation of color #52BF47: hue angle of 114.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52BF47 is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB8219171-
CMYK0.5700.630.25
HSL114.5º48.39%51.37%-
HSV(B)114.5º62.83%74.9%-
XYZ23.2539.5112.36-
YUV144.7386.3983.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.84%
GREEN value IS 191 (75% from 255) = 55.52%
BLUE value IS 71 (28.12% from 255) = 20.64%
R=23.84%
G=55.52%
B=20.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal82191710.5700.630.25114.548.3951.37
Hex52BF473903F19723033
Octal12227710771077311626063
Binary10100101011111110001111110010111111110011110010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,191,71); }

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

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

 a { background-color: rgb(82,191,71); }

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

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

 span { border-color: rgb(82,191,71); }

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