#52B24B

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

Shades of Fruit Salad #52B24B

Tints of Fruit Salad #52B24B

Color information

#52B24B (or 0x52B24B) is unknown color: approx Fruit Salad. HEX triplet: 52, B2 and 4B. RGB value is (82,178,75). Sum of RGB (Red+Green+Blue) = 82+178+75=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 178 (69.92% from 255 or 53.13% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 178 - color contains mainly: green. Hex color #52B24B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52B24B is #AD4DB4. Grayscale: #898989. Windows color (decimal): -11357621 or 4960850. OLE color: 4960850.

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

Color convert

RGB8217875-
CMYK0.5400.580.30
HSL115.92º40.71%49.61%-
HSV(B)115.92º57.87%69.8%-
XYZ20.6734.1412.16-
YUV137.5592.788.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.48%
GREEN value IS 178 (69.92% from 255) = 53.13%
BLUE value IS 75 (29.69% from 255) = 22.39%
R=24.48%
G=53.13%
B=22.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal82178750.5400.580.30115.9240.7149.61
Hex52B24B3603A1E742932
Octal12226211366072361645162
Binary10100101011001010010111101100111010111101110100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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