#53A14D

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

Shades of Fruit Salad #53A14D

Tints of Fruit Salad #53A14D

Color information

#53A14D (or 0x53A14D) is unknown color: approx Fruit Salad. HEX triplet: 53, A1 and 4D. RGB value is (83,161,77). Sum of RGB (Red+Green+Blue) = 83+161+77=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 161 (63.28% from 255 or 50.16% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 161 - color contains mainly: green. Hex color #53A14D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A14D is #AC5EB2. Grayscale: #808080. Windows color (decimal): -11296435 or 5087571. OLE color: 5087571.

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

Color convert

RGB8316177-
CMYK0.4800.520.37
HSL115.71º35.29%46.67%-
HSV(B)115.71º52.17%63.14%-
XYZ17.6527.8611.47-
YUV128.199.1695.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.86%
GREEN value IS 161 (63.28% from 255) = 50.16%
BLUE value IS 77 (30.47% from 255) = 23.99%
R=25.86%
G=50.16%
B=23.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal83161770.4800.520.37115.7135.2946.67
Hex53A14D300342574232f
Octal12324111560064451644357
Binary101001110100001100110111000001101001001011110100100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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