#5DAC5A

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

Shades of Fruit Salad #5DAC5A

Tints of Fruit Salad #5DAC5A

Color information

#5DAC5A (or 0x5DAC5A) is unknown color: approx Fruit Salad. HEX triplet: 5D, AC and 5A. RGB value is (93,172,90). Sum of RGB (Red+Green+Blue) = 93+172+90=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAC5A is #A253A5. Grayscale: #8B8B8B. Windows color (decimal): -10638246 or 5942365. OLE color: 5942365.

HSL color Cylindrical-coordinate representation of color #5DAC5A: hue angle of 117.8º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DAC5A is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB9317290-
CMYK0.4600.480.33
HSL117.8º33.06%51.37%-
HSV(B)117.8º47.67%67.45%-
XYZ21.1132.5714.85-
YUV139.03100.3395.17-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.20%
GREEN value IS 172 (67.58% from 255) = 48.45%
BLUE value IS 90 (35.55% from 255) = 25.35%
R=26.20%
G=48.45%
B=25.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93172900.4600.480.33117.833.0651.37
Hex5DAC5A2E03021762133
Octal13525413256060411664163
Binary101110110101100101101010111001100001000011110110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DAC5A; }

 p { color: rgb(93,172,90); }

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

<style>
 a { background-color: #5DAC5A; }

 a { background-color: rgb(93,172,90); }

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

<style>
 span { border-color: #5DAC5A; }

 span { border-color: rgb(93,172,90); }

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