#52AE58

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

Shades of Fruit Salad #52AE58

Tints of Fruit Salad #52AE58

Color information

#52AE58 (or 0x52AE58) is unknown color: approx Fruit Salad. HEX triplet: 52, AE and 58. RGB value is (82,174,88). Sum of RGB (Red+Green+Blue) = 82+174+88=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 174 (68.36% from 255 or 50.58% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 174 - color contains mainly: green. Hex color #52AE58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AE58 is #AD51A7. Grayscale: #888888. Windows color (decimal): -11358632 or 5811794. OLE color: 5811794.

HSL color Cylindrical-coordinate representation of color #52AE58: hue angle of 123.91º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AE58 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB8217488-
CMYK0.5300.490.32
HSL123.91º36.22%50.2%-
HSV(B)123.91º52.87%68.24%-
XYZ20.3832.7714.48-
YUV136.69100.5288.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.84%
GREEN value IS 174 (68.36% from 255) = 50.58%
BLUE value IS 88 (34.77% from 255) = 25.58%
R=23.84%
G=50.58%
B=25.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82174880.5300.490.32123.9136.2250.2
Hex52AE5835031207c2432
Octal12225613065061401744462
Binary101001010101110101100011010101100011000001111100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,174,88); }

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

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

 a { background-color: rgb(82,174,88); }

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

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

 span { border-color: rgb(82,174,88); }

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