#52B54A

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

Shades of Fruit Salad #52B54A

Tints of Fruit Salad #52B54A

Color information

#52B54A (or 0x52B54A) is unknown color: approx Fruit Salad. HEX triplet: 52, B5 and 4A. RGB value is (82,181,74). Sum of RGB (Red+Green+Blue) = 82+181+74=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 181 (71.09% from 255 or 53.71% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 181 - color contains mainly: green. Hex color #52B54A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B54A is #AD4AB5. Grayscale: #8B8B8B. Windows color (decimal): -11356854 or 4896082. OLE color: 4896082.

HSL color Cylindrical-coordinate representation of color #52B54A: hue angle of 115.51º 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 #52B54A is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB8218174-
CMYK0.5500.590.29
HSL115.51º41.96%50%-
HSV(B)115.51º59.12%70.98%-
XYZ21.2435.3412.18-
YUV139.291.287.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.33%
GREEN value IS 181 (71.09% from 255) = 53.71%
BLUE value IS 74 (29.30% from 255) = 21.96%
R=24.33%
G=53.71%
B=21.96%

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
Decimal82181740.5500.590.29115.5141.9650
Hex52B54A3703B1D742a32
Octal12226511267073351645262
Binary10100101011010110010101101110111011111011110100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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