#52BD56

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

Shades of Fruit Salad #52BD56

Tints of Fruit Salad #52BD56

Color information

#52BD56 (or 0x52BD56) is unknown color: approx Fruit Salad. HEX triplet: 52, BD and 56. RGB value is (82,189,86). Sum of RGB (Red+Green+Blue) = 82+189+86=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 189 (74.22% from 255 or 52.94% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BD56 is #AD42A9. Grayscale: #919191. Windows color (decimal): -11354794 or 5684562. OLE color: 5684562.

HSL color Cylindrical-coordinate representation of color #52BD56: hue angle of 122.24º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BD56 is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB8218986-
CMYK0.5700.540.26
HSL122.24º44.77%53.14%-
HSV(B)122.24º56.61%74.12%-
XYZ23.3638.8615.07-
YUV145.2794.5582.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.97%
GREEN value IS 189 (74.22% from 255) = 52.94%
BLUE value IS 86 (33.98% from 255) = 24.09%
R=22.97%
G=52.94%
B=24.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal82189860.5700.540.26122.2444.7753.14
Hex52BD56390361A7a2d35
Octal12227512671066321725565
Binary10100101011110110101101110010110110110101111010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,189,86); }

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

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

 a { background-color: rgb(82,189,86); }

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

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

 span { border-color: rgb(82,189,86); }

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