#5DA654

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

Shades of Fruit Salad #5DA654

Tints of Fruit Salad #5DA654

Color information

#5DA654 (or 0x5DA654) is unknown color: approx Fruit Salad. HEX triplet: 5D, A6 and 54. RGB value is (93,166,84). Sum of RGB (Red+Green+Blue) = 93+166+84=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 166 (65.23% from 255 or 48.40% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 166 - color contains mainly: green. Hex color #5DA654 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA654 is #A259AB. Grayscale: #878787. Windows color (decimal): -10639788 or 5547613. OLE color: 5547613.

HSL color Cylindrical-coordinate representation of color #5DA654: hue angle of 113.41º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5DA654 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB9316684-
CMYK0.4400.490.35
HSL113.41º32.8%49.02%-
HSV(B)113.41º49.4%65.1%-
XYZ19.7530.2413.18-
YUV134.8299.3298.17-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.11%
GREEN value IS 166 (65.23% from 255) = 48.40%
BLUE value IS 84 (33.20% from 255) = 24.49%
R=27.11%
G=48.40%
B=24.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal93166840.4400.490.35113.4132.849.02
Hex5DA6542C03123712131
Octal13524612454061431614161
Binary101110110100110101010010110001100011000111110001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,166,84); }

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

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

 a { background-color: rgb(93,166,84); }

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

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

 span { border-color: rgb(93,166,84); }

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