#53AF55

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

Shades of Fruit Salad #53AF55

Tints of Fruit Salad #53AF55

Color information

#53AF55 (or 0x53AF55) is unknown color: approx Fruit Salad. HEX triplet: 53, AF and 55. RGB value is (83,175,85). Sum of RGB (Red+Green+Blue) = 83+175+85=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AF55 is #AC50AA. Grayscale: #898989. Windows color (decimal): -11292843 or 5615443. OLE color: 5615443.

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

Color convert

RGB8317585-
CMYK0.5300.510.31
HSL121.3º36.51%50.59%-
HSV(B)121.3º52.57%68.63%-
XYZ20.5433.1513.91-
YUV137.2398.5289.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.20%
GREEN value IS 175 (68.75% from 255) = 51.02%
BLUE value IS 85 (33.59% from 255) = 24.78%
R=24.20%
G=51.02%
B=24.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83175850.5300.510.31121.336.5150.59
Hex53AF55350331F792533
Octal12325712565063371714563
Binary10100111010111110101011101010110011111111111001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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