#52B84A

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

Shades of Fruit Salad #52B84A

Tints of Fruit Salad #52B84A

Color information

#52B84A (or 0x52B84A) is unknown color: approx Fruit Salad. HEX triplet: 52, B8 and 4A. RGB value is (82,184,74). Sum of RGB (Red+Green+Blue) = 82+184+74=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 184 (72.27% from 255 or 54.12% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 184 - color contains mainly: green. Hex color #52B84A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B84A is #AD47B5. Grayscale: #8D8D8D. Windows color (decimal): -11356086 or 4896850. OLE color: 4896850.

HSL color Cylindrical-coordinate representation of color #52B84A: hue angle of 115.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52B84A is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB8218474-
CMYK0.5500.600.28
HSL115.64º43.65%50.59%-
HSV(B)115.64º59.78%72.16%-
XYZ21.8636.5712.39-
YUV140.9690.2185.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.12%
GREEN value IS 184 (72.27% from 255) = 54.12%
BLUE value IS 74 (29.30% from 255) = 21.76%
R=24.12%
G=54.12%
B=21.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal82184740.5500.600.28115.6443.6550.59
Hex52B84A3703C1C742c33
Octal12227011267074341645463
Binary10100101011100010010101101110111100111001110100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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