#52B259

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

Shades of Fruit Salad #52B259

Tints of Fruit Salad #52B259

Color information

#52B259 (or 0x52B259) is unknown color: approx Fruit Salad. HEX triplet: 52, B2 and 59. RGB value is (82,178,89). Sum of RGB (Red+Green+Blue) = 82+178+89=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 178 (69.92% from 255 or 51.00% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 178 - color contains mainly: green. Hex color #52B259 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B259 is #AD4DA6. Grayscale: #8B8B8B. Windows color (decimal): -11357607 or 5878354. OLE color: 5878354.

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

Color convert

RGB8217889-
CMYK0.5400.50.30
HSL124.38º38.4%50.98%-
HSV(B)124.38º53.93%69.8%-
XYZ21.234.3614.97-
YUV139.1599.787.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.50%
GREEN value IS 178 (69.92% from 255) = 51.00%
BLUE value IS 89 (35.16% from 255) = 25.50%
R=23.50%
G=51.00%
B=25.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal82178890.5400.50.30124.3838.450.98
Hex52B259360321E7c2633
Octal12226213166062361744663
Binary10100101011001010110011101100110010111101111100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,178,89); }

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

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

 a { background-color: rgb(82,178,89); }

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

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

 span { border-color: rgb(82,178,89); }

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