Html Css Color HEX #5DA65E Fruit Salad

📋 copy color: '#5DA65E'

red 93 ◦ green 166 ◦ blue 94

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

Shades of Fruit Salad #5DA65E

Tints of Fruit Salad #5DA65E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.03%

 BLUE value IS 94 (37.11% from 255) = 26.63%

R = 26.35%
G = 47.03%
B = 26.63%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#5DA65E (or 0x5DA65E) is known color: Fruit Salad. HEX triplet: 5D, A6 and 5E. RGB value is (93,166,94). Sum of RGB (Red+Green+Blue) = 93+166+94=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 166 - color contains mainly: green. Hex color #5DA65E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA65E is #A259A1. Grayscale: #888888. Windows color (decimal): -10639778 or 6202973. OLE color: 6202973.

HSL color Cylindrical-coordinate representation of color #5DA65E: hue angle of 120.82º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5DA65E is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 93 166 94 -
CMYK 0.44 0 0.43 0.35
HSL 120.82º 0.29% 0.51% -
HSV(B) 120.82º 0.44% 0.65% -
XYZ 20.17 30.41 15.4 -
YUV 135.97 104.32 97.35 -
System Red Green Blue C M Y K H S L
Decimal 93 166 94 0.44 0 0.43 0.35 120.82 0.29 0.51
Hex 5D A6 5E 2C 0 2B 23 79 1D 33
Octal 135 246 136 54 0 53 43 171 35 63
Binary 1011101 10100110 1011110 101100 0 101011 100011 1111001 11101 110011

Color Harmonies of #5DA65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA65E

Black with #5DA65E

Text Example


Text Example

White with #5DA65E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,166,94); }

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

background-color css

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

 a { background-color: rgb(93,166,94); }

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

border-color css

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

 span { border-color: rgb(93,166,94); }

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