#5DAC59

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

Shades of Fruit Salad #5DAC59

Tints of Fruit Salad #5DAC59

Color information

#5DAC59 (or 0x5DAC59) is unknown color: approx Fruit Salad. HEX triplet: 5D, AC and 59. RGB value is (93,172,89). Sum of RGB (Red+Green+Blue) = 93+172+89=354 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.27% from 354); Green value is 172 (67.58% from 255 or 48.59% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAC59 is #A253A6. Grayscale: #8B8B8B. Windows color (decimal): -10638247 or 5876829. OLE color: 5876829.

HSL color Cylindrical-coordinate representation of color #5DAC59: hue angle of 117.11º 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 #5DAC59 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB9317289-
CMYK0.4600.480.33
HSL117.11º33.33%51.18%-
HSV(B)117.11º48.26%67.45%-
XYZ21.0732.5514.62-
YUV138.9299.8395.25-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.27%
GREEN value IS 172 (67.58% from 255) = 48.59%
BLUE value IS 89 (35.16% from 255) = 25.14%
R=26.27%
G=48.59%
B=25.14%

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
Decimal93172890.4600.480.33117.1133.3351.18
Hex5DAC592E03021752133
Octal13525413156060411654163
Binary101110110101100101100110111001100001000011110101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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