#53A15E

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

Shades of Fruit Salad #53A15E

Tints of Fruit Salad #53A15E

Color information

#53A15E (or 0x53A15E) is unknown color: approx Fruit Salad. HEX triplet: 53, A1 and 5E. RGB value is (83,161,94). Sum of RGB (Red+Green+Blue) = 83+161+94=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 161 (63.28% from 255 or 47.63% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 161 - color contains mainly: green. Hex color #53A15E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A15E is #AC5EA1. Grayscale: #828282. Windows color (decimal): -11296418 or 6201683. OLE color: 6201683.

HSL color Cylindrical-coordinate representation of color #53A15E: hue angle of 128.46º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53A15E is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB8316194-
CMYK0.4800.420.37
HSL128.46º31.97%47.84%-
HSV(B)128.46º48.45%63.14%-
XYZ18.3328.1415.05-
YUV130.04107.6694.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.56%
GREEN value IS 161 (63.28% from 255) = 47.63%
BLUE value IS 94 (37.11% from 255) = 27.81%
R=24.56%
G=47.63%
B=27.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal83161940.4800.420.37128.4631.9747.84
Hex53A15E3002A25802030
Octal12324113660052452004060
Binary1010011101000011011110110000010101010010110000000100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,161,94); }

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

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

 a { background-color: rgb(83,161,94); }

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

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

 span { border-color: rgb(83,161,94); }

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