#53AF57

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

Shades of Fruit Salad #53AF57

Tints of Fruit Salad #53AF57

Color information

#53AF57 (or 0x53AF57) is unknown color: approx Fruit Salad. HEX triplet: 53, AF and 57. RGB value is (83,175,87). Sum of RGB (Red+Green+Blue) = 83+175+87=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AF57 is #AC50A8. Grayscale: #898989. Windows color (decimal): -11292841 or 5746515. OLE color: 5746515.

HSL color Cylindrical-coordinate representation of color #53AF57: hue angle of 122.61º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53AF57 is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB8317587-
CMYK0.5300.500.31
HSL122.61º36.51%50.59%-
HSV(B)122.61º52.57%68.63%-
XYZ20.6233.1914.34-
YUV137.4699.5289.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.06%
GREEN value IS 175 (68.75% from 255) = 50.72%
BLUE value IS 87 (34.38% from 255) = 25.22%
R=24.06%
G=50.72%
B=25.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83175870.5300.500.31122.6136.5150.59
Hex53AF57350321F7b2533
Octal12325712765062371734563
Binary10100111010111110101111101010110010111111111011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AF57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53AF57; }

 p { color: rgb(83,175,87); }

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

<style>
 a { background-color: #53AF57; }

 a { background-color: rgb(83,175,87); }

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

<style>
 span { border-color: #53AF57; }

 span { border-color: rgb(83,175,87); }

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