#53AF58

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

Shades of Fruit Salad #53AF58

Tints of Fruit Salad #53AF58

Color information

#53AF58 (or 0x53AF58) is unknown color: approx Fruit Salad. HEX triplet: 53, AF and 58. RGB value is (83,175,88). Sum of RGB (Red+Green+Blue) = 83+175+88=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AF58 is #AC50A7. Grayscale: #898989. Windows color (decimal): -11292840 or 5812051. OLE color: 5812051.

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

Color convert

RGB8317588-
CMYK0.5300.500.31
HSL123.26º36.51%50.59%-
HSV(B)123.26º52.57%68.63%-
XYZ20.6633.214.55-
YUV137.57100.0289.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.99%
GREEN value IS 175 (68.75% from 255) = 50.58%
BLUE value IS 88 (34.77% from 255) = 25.43%
R=23.99%
G=50.58%
B=25.43%

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
Decimal83175880.5300.500.31123.2636.5150.59
Hex53AF58350321F7b2533
Octal12325713065062371734563
Binary10100111010111110110001101010110010111111111011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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