#5DA45A

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

Shades of Fruit Salad #5DA45A

Tints of Fruit Salad #5DA45A

Color information

#5DA45A (or 0x5DA45A) is unknown color: approx Fruit Salad. HEX triplet: 5D, A4 and 5A. RGB value is (93,164,90). Sum of RGB (Red+Green+Blue) = 93+164+90=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 164 (64.45% from 255 or 47.26% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA45A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA45A is #A25BA5. Grayscale: #868686. Windows color (decimal): -10640294 or 5940317. OLE color: 5940317.

HSL color Cylindrical-coordinate representation of color #5DA45A: hue angle of 117.57º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DA45A is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB9316490-
CMYK0.4300.450.36
HSL117.57º29.13%49.8%-
HSV(B)117.57º45.12%64.31%-
XYZ19.6429.6214.35-
YUV134.34102.9898.52-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.80%
GREEN value IS 164 (64.45% from 255) = 47.26%
BLUE value IS 90 (35.55% from 255) = 25.94%
R=26.80%
G=47.26%
B=25.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal93164900.4300.450.36117.5729.1349.8
Hex5DA45A2B02D24761d32
Octal13524413253055441663562
Binary10111011010010010110101010110101101100100111011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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