#5DA157

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

Shades of Fruit Salad #5DA157

Tints of Fruit Salad #5DA157

Color information

#5DA157 (or 0x5DA157) is unknown color: approx Fruit Salad. HEX triplet: 5D, A1 and 57. RGB value is (93,161,87). Sum of RGB (Red+Green+Blue) = 93+161+87=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA157 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA157 is #A25EA8. Grayscale: #848484. Windows color (decimal): -10641065 or 5742941. OLE color: 5742941.

HSL color Cylindrical-coordinate representation of color #5DA157: hue angle of 115.14º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DA157 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB9316187-
CMYK0.4200.460.37
HSL115.14º29.84%48.63%-
HSV(B)115.14º45.96%63.14%-
XYZ18.9828.5113.52-
YUV132.23102.47100.02-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.27%
GREEN value IS 161 (63.28% from 255) = 47.21%
BLUE value IS 87 (34.38% from 255) = 25.51%
R=27.27%
G=47.21%
B=25.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal93161870.4200.460.37115.1429.8448.63
Hex5DA1572A02E25731e31
Octal13524112752056451633661
Binary10111011010000110101111010100101110100101111001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,161,87); }

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

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

 a { background-color: rgb(93,161,87); }

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

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

 span { border-color: rgb(93,161,87); }

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