#53AD54

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

Shades of Fruit Salad #53AD54

Tints of Fruit Salad #53AD54

Color information

#53AD54 (or 0x53AD54) is unknown color: approx Fruit Salad. HEX triplet: 53, AD and 54. RGB value is (83,173,84). Sum of RGB (Red+Green+Blue) = 83+173+84=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AD54 is #AC52AB. Grayscale: #888888. Windows color (decimal): -11293356 or 5549395. OLE color: 5549395.

HSL color Cylindrical-coordinate representation of color #53AD54: hue angle of 120.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AD54 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB8317384-
CMYK0.5200.510.32
HSL120.67º35.43%50.2%-
HSV(B)120.67º52.02%67.84%-
XYZ20.1132.3713.57-
YUV135.9498.6890.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.41%
GREEN value IS 173 (67.97% from 255) = 50.88%
BLUE value IS 84 (33.20% from 255) = 24.71%
R=24.41%
G=50.88%
B=24.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal83173840.5200.510.32120.6735.4350.2
Hex53AD543403320792332
Octal12325512464063401714362
Binary101001110101101101010011010001100111000001111001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,173,84); }

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

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

 a { background-color: rgb(83,173,84); }

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

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

 span { border-color: rgb(83,173,84); }

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