#52B54B

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

Shades of Fruit Salad #52B54B

Tints of Fruit Salad #52B54B

Color information

#52B54B (or 0x52B54B) is unknown color: approx Fruit Salad. HEX triplet: 52, B5 and 4B. RGB value is (82,181,75). Sum of RGB (Red+Green+Blue) = 82+181+75=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 181 (71.09% from 255 or 53.55% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 181 - color contains mainly: green. Hex color #52B54B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B54B is #AD4AB4. Grayscale: #8B8B8B. Windows color (decimal): -11356853 or 4961618. OLE color: 4961618.

HSL color Cylindrical-coordinate representation of color #52B54B: hue angle of 116.04º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52B54B is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB8218175-
CMYK0.5500.590.29
HSL116.04º41.73%50.2%-
HSV(B)116.04º58.56%70.98%-
XYZ21.2735.3512.36-
YUV139.3291.787.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.26%
GREEN value IS 181 (71.09% from 255) = 53.55%
BLUE value IS 75 (29.69% from 255) = 22.19%
R=24.26%
G=53.55%
B=22.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal82181750.5500.590.29116.0441.7350.2
Hex52B54B3703B1D742a32
Octal12226511367073351645262
Binary10100101011010110010111101110111011111011110100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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