Html Css Color HEX #5DA061 Fruit Salad

📋 copy color: '#5DA061'

red 93 ◦ green 160 ◦ blue 97

#5DA061
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #5DA061

Tints of Fruit Salad #5DA061

RGB

 RED value IS 93 (36.72% from 255) = 26.57%

 GREEN value IS 160 (62.89% from 255) = 45.71%

 BLUE value IS 97 (38.28% from 255) = 27.71%

R = 26.57%
G = 45.71%
B = 27.71%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#5DA061 (or 0x5DA061) is known color: Fruit Salad. HEX triplet: 5D, A0 and 61. RGB value is (93,160,97). Sum of RGB (Red+Green+Blue) = 93+160+97=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA061 is #A25F9E. Grayscale: #848484. Windows color (decimal): -10641311 or 6398045. OLE color: 6398045.

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

Color convert

RGB 93 160 97 -
CMYK 0.42 0 0.39 0.37
HSL 123.58º 0.26% 0.5% -
HSV(B) 123.58º 0.42% 0.63% -
XYZ 19.24 28.33 15.76 -
YUV 132.79 107.8 99.62 -
System Red Green Blue C M Y K H S L
Decimal 93 160 97 0.42 0 0.39 0.37 123.58 0.26 0.5
Hex 5D A0 61 2A 0 27 25 7C 1A 32
Octal 135 240 141 52 0 47 45 174 32 62
Binary 1011101 10100000 1100001 101010 0 100111 100101 1111100 11010 110010

Color Harmonies of #5DA061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA061

Black with #5DA061

Text Example


Text Example

White with #5DA061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,160,97); }

 H1.HeaderClassName
 {
   color: #5DA061;
 }
 .AnyTagClassName
 {
   color: #5DA061;
 }
</style>

background-color css

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

 a { background-color: rgb(93,160,97); }

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

border-color css

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

 span { border-color: rgb(93,160,97); }

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