#5D9F5F

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

Shades of Fruit Salad #5D9F5F

Tints of Fruit Salad #5D9F5F

Color information

#5D9F5F (or 0x5D9F5F) is unknown color: approx Fruit Salad. HEX triplet: 5D, 9F and 5F. RGB value is (93,159,95). Sum of RGB (Red+Green+Blue) = 93+159+95=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 159 (62.5% from 255 or 45.82% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 159 - color contains mainly: green. Hex color #5D9F5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9F5F is #A260A0. Grayscale: #848484. Windows color (decimal): -10641569 or 6266717. OLE color: 6266717.

HSL color Cylindrical-coordinate representation of color #5D9F5F: hue angle of 121.82º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D9F5F is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB9315995-
CMYK0.4200.400.38
HSL121.82º26.19%49.41%-
HSV(B)121.82º41.51%62.35%-
XYZ18.9827.9515.22-
YUV131.97107.13100.2-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.80%
GREEN value IS 159 (62.5% from 255) = 45.82%
BLUE value IS 95 (37.5% from 255) = 27.38%
R=26.80%
G=45.82%
B=27.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal93159950.4200.400.38121.8226.1949.41
Hex5D9F5F2A028267a1a31
Octal13523713752050461723261
Binary10111011001111110111111010100101000100110111101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,159,95); }

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

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

 a { background-color: rgb(93,159,95); }

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

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

 span { border-color: rgb(93,159,95); }

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