#53AF5B

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

Shades of Fruit Salad #53AF5B

Tints of Fruit Salad #53AF5B

Color information

#53AF5B (or 0x53AF5B) is unknown color: approx Fruit Salad. HEX triplet: 53, AF and 5B. RGB value is (83,175,91). Sum of RGB (Red+Green+Blue) = 83+175+91=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 175 (68.75% from 255 or 50.14% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AF5B is #AC50A4. Grayscale: #8A8A8A. Windows color (decimal): -11292837 or 6008659. OLE color: 6008659.

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

Color convert

RGB8317591-
CMYK0.5300.480.31
HSL125.22º36.51%50.59%-
HSV(B)125.22º52.57%68.63%-
XYZ20.7933.2515.22-
YUV137.92101.5288.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.78%
GREEN value IS 175 (68.75% from 255) = 50.14%
BLUE value IS 91 (35.94% from 255) = 26.07%
R=23.78%
G=50.14%
B=26.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83175910.5300.480.31125.2236.5150.59
Hex53AF5B350301F7d2533
Octal12325713365060371754563
Binary10100111010111110110111101010110000111111111101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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