#52AB54

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

Shades of Fruit Salad #52AB54

Tints of Fruit Salad #52AB54

Color information

#52AB54 (or 0x52AB54) is unknown color: approx Fruit Salad. HEX triplet: 52, AB and 54. RGB value is (82,171,84). Sum of RGB (Red+Green+Blue) = 82+171+84=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AB54 is #AD54AB. Grayscale: #868686. Windows color (decimal): -11359404 or 5548882. OLE color: 5548882.

HSL color Cylindrical-coordinate representation of color #52AB54: hue angle of 121.35º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52AB54 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB8217184-
CMYK0.5200.510.33
HSL121.35º35.18%49.61%-
HSV(B)121.35º52.05%67.06%-
XYZ19.6431.5613.44-
YUV134.4799.5190.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.33%
GREEN value IS 171 (67.19% from 255) = 50.74%
BLUE value IS 84 (33.20% from 255) = 24.93%
R=24.33%
G=50.74%
B=24.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82171840.5200.510.33121.3535.1849.61
Hex52AB543403321792332
Octal12225312464063411714362
Binary101001010101011101010011010001100111000011111001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,171,84); }

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

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

 a { background-color: rgb(82,171,84); }

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

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

 span { border-color: rgb(82,171,84); }

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