#52BD57

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

Shades of Fruit Salad #52BD57

Tints of Fruit Salad #52BD57

Color information

#52BD57 (or 0x52BD57) is unknown color: approx Fruit Salad. HEX triplet: 52, BD and 57. RGB value is (82,189,87). Sum of RGB (Red+Green+Blue) = 82+189+87=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 189 (74.22% from 255 or 52.79% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BD57 is #AD42A8. Grayscale: #919191. Windows color (decimal): -11354793 or 5750098. OLE color: 5750098.

HSL color Cylindrical-coordinate representation of color #52BD57: hue angle of 122.8º 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 #52BD57 is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB8218987-
CMYK0.5700.540.26
HSL122.8º44.77%53.14%-
HSV(B)122.8º56.61%74.12%-
XYZ23.438.8815.29-
YUV145.3895.0582.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.91%
GREEN value IS 189 (74.22% from 255) = 52.79%
BLUE value IS 87 (34.38% from 255) = 24.30%
R=22.91%
G=52.79%
B=24.30%

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
Decimal82189870.5700.540.26122.844.7753.14
Hex52BD57390361A7b2d35
Octal12227512771066321735565
Binary10100101011110110101111110010110110110101111011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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