#52B055

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

Shades of Fruit Salad #52B055

Tints of Fruit Salad #52B055

Color information

#52B055 (or 0x52B055) is unknown color: approx Fruit Salad. HEX triplet: 52, B0 and 55. RGB value is (82,176,85). Sum of RGB (Red+Green+Blue) = 82+176+85=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 176 (69.14% from 255 or 51.31% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 176 - color contains mainly: green. Hex color #52B055 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B055 is #AD4FAA. Grayscale: #898989. Windows color (decimal): -11358123 or 5615698. OLE color: 5615698.

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

Color convert

RGB8217685-
CMYK0.5300.520.31
HSL121.91º37.3%50.59%-
HSV(B)121.91º53.41%69.02%-
XYZ20.6433.513.97-
YUV137.5298.3688.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.91%
GREEN value IS 176 (69.14% from 255) = 51.31%
BLUE value IS 85 (33.59% from 255) = 24.78%
R=23.91%
G=51.31%
B=24.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82176850.5300.520.31121.9137.350.59
Hex52B055350341F7a2533
Octal12226012565064371724563
Binary10100101011000010101011101010110100111111111010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,176,85); }

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

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

 a { background-color: rgb(82,176,85); }

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

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

 span { border-color: rgb(82,176,85); }

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