#53AF5F

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

Shades of Fruit Salad #53AF5F

Tints of Fruit Salad #53AF5F

Color information

#53AF5F (or 0x53AF5F) is unknown color: approx Fruit Salad. HEX triplet: 53, AF and 5F. RGB value is (83,175,95). Sum of RGB (Red+Green+Blue) = 83+175+95=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AF5F is #AC50A0. Grayscale: #8A8A8A. Windows color (decimal): -11292833 or 6270803. OLE color: 6270803.

HSL color Cylindrical-coordinate representation of color #53AF5F: hue angle of 127.83º 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 #53AF5F is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB8317595-
CMYK0.5300.460.31
HSL127.83º36.51%50.59%-
HSV(B)127.83º52.57%68.63%-
XYZ20.9633.3316.15-
YUV138.37103.5288.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.51%
GREEN value IS 175 (68.75% from 255) = 49.58%
BLUE value IS 95 (37.5% from 255) = 26.91%
R=23.51%
G=49.58%
B=26.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83175950.5300.460.31127.8336.5150.59
Hex53AF5F3502E1F802533
Octal12325713765056372004563
Binary101001110101111101111111010101011101111110000000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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