#52B94A

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

Shades of Fruit Salad #52B94A

Tints of Fruit Salad #52B94A

Color information

#52B94A (or 0x52B94A) is unknown color: approx Fruit Salad. HEX triplet: 52, B9 and 4A. RGB value is (82,185,74). Sum of RGB (Red+Green+Blue) = 82+185+74=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 185 (72.66% from 255 or 54.25% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 185 - color contains mainly: green. Hex color #52B94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B94A is #AD46B5. Grayscale: #8D8D8D. Windows color (decimal): -11355830 or 4897106. OLE color: 4897106.

HSL color Cylindrical-coordinate representation of color #52B94A: hue angle of 115.68º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52B94A is Cyan = 0.56, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB8218574-
CMYK0.5600.60.27
HSL115.68º44.22%50.78%-
HSV(B)115.68º60%72.55%-
XYZ22.0636.9912.45-
YUV141.5589.8885.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.05%
GREEN value IS 185 (72.66% from 255) = 54.25%
BLUE value IS 74 (29.30% from 255) = 21.70%
R=24.05%
G=54.25%
B=21.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82185740.5600.60.27115.6844.2250.78
Hex52B94A3803C1B742c33
Octal12227111270074331645463
Binary10100101011100110010101110000111100110111110100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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