#52B156

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

Shades of Fruit Salad #52B156

Tints of Fruit Salad #52B156

Color information

#52B156 (or 0x52B156) is unknown color: approx Fruit Salad. HEX triplet: 52, B1 and 56. RGB value is (82,177,86). Sum of RGB (Red+Green+Blue) = 82+177+86=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 177 (69.53% from 255 or 51.30% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 177 - color contains mainly: green. Hex color #52B156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B156 is #AD4EA9. Grayscale: #8A8A8A. Windows color (decimal): -11357866 or 5681490. OLE color: 5681490.

HSL color Cylindrical-coordinate representation of color #52B156: hue angle of 122.53º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B156 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB8217786-
CMYK0.5400.510.31
HSL122.53º37.85%50.78%-
HSV(B)122.53º53.67%69.41%-
XYZ20.8833.9114.25-
YUV138.2298.5387.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.77%
GREEN value IS 177 (69.53% from 255) = 51.30%
BLUE value IS 86 (33.98% from 255) = 24.93%
R=23.77%
G=51.30%
B=24.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82177860.5400.510.31122.5337.8550.78
Hex52B156360331F7b2633
Octal12226112666063371734663
Binary10100101011000110101101101100110011111111111011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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