#52B35D

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

Shades of Fruit Salad #52B35D

Tints of Fruit Salad #52B35D

Color information

#52B35D (or 0x52B35D) is unknown color: approx Fruit Salad. HEX triplet: 52, B3 and 5D. RGB value is (82,179,93). Sum of RGB (Red+Green+Blue) = 82+179+93=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 179 (70.31% from 255 or 50.56% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 179 - color contains mainly: green. Hex color #52B35D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B35D is #AD4CA2. Grayscale: #8C8C8C. Windows color (decimal): -11357347 or 6140754. OLE color: 6140754.

HSL color Cylindrical-coordinate representation of color #52B35D: hue angle of 126.8º degrees, saturation: 0.39, 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 #52B35D is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB8217993-
CMYK0.5400.480.30
HSL126.8º38.96%51.18%-
HSV(B)126.8º54.19%70.2%-
XYZ21.5834.8215.94-
YUV140.19101.3686.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.16%
GREEN value IS 179 (70.31% from 255) = 50.56%
BLUE value IS 93 (36.72% from 255) = 26.27%
R=23.16%
G=50.56%
B=26.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal82179930.5400.480.30126.838.9651.18
Hex52B35D360301E7f2733
Octal12226313566060361774763
Binary10100101011001110111011101100110000111101111111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,179,93); }

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

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

 a { background-color: rgb(82,179,93); }

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

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

 span { border-color: rgb(82,179,93); }

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