#5DA458

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

Shades of Fruit Salad #5DA458

Tints of Fruit Salad #5DA458

Color information

#5DA458 (or 0x5DA458) is unknown color: approx Fruit Salad. HEX triplet: 5D, A4 and 58. RGB value is (93,164,88). Sum of RGB (Red+Green+Blue) = 93+164+88=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 164 (64.45% from 255 or 47.54% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA458 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA458 is #A25BA7. Grayscale: #868686. Windows color (decimal): -10640296 or 5809245. OLE color: 5809245.

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

Color convert

RGB9316488-
CMYK0.4300.460.36
HSL116.05º30.16%49.41%-
HSV(B)116.05º46.34%64.31%-
XYZ19.5529.5813.91-
YUV134.11101.9898.68-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.96%
GREEN value IS 164 (64.45% from 255) = 47.54%
BLUE value IS 88 (34.77% from 255) = 25.51%
R=26.96%
G=47.54%
B=25.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal93164880.4300.460.36116.0530.1649.41
Hex5DA4582B02E24741e31
Octal13524413053056441643661
Binary10111011010010010110001010110101110100100111010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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