#53A85A

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

Shades of Fruit Salad #53A85A

Tints of Fruit Salad #53A85A

Color information

#53A85A (or 0x53A85A) is unknown color: approx Fruit Salad. HEX triplet: 53, A8 and 5A. RGB value is (83,168,90). Sum of RGB (Red+Green+Blue) = 83+168+90=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 168 (66.02% from 255 or 49.27% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 168 - color contains mainly: green. Hex color #53A85A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A85A is #AC57A5. Grayscale: #858585. Windows color (decimal): -11294630 or 5941331. OLE color: 5941331.

HSL color Cylindrical-coordinate representation of color #53A85A: hue angle of 124.94º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53A85A is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB8316890-
CMYK0.5100.460.34
HSL124.94º33.86%49.22%-
HSV(B)124.94º50.6%65.88%-
XYZ19.4230.5814.55-
YUV133.69103.3491.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.34%
GREEN value IS 168 (66.02% from 255) = 49.27%
BLUE value IS 90 (35.55% from 255) = 26.39%
R=24.34%
G=49.27%
B=26.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal83168900.5100.460.34124.9433.8649.22
Hex53A85A3302E227d2231
Octal12325013263056421754261
Binary101001110101000101101011001101011101000101111101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,168,90); }

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

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

 a { background-color: rgb(83,168,90); }

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

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

 span { border-color: rgb(83,168,90); }

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