Html Css Color HEX #4DAD5E Fruit Salad

📋 copy color: '#4DAD5E'

red 77 ◦ green 173 ◦ blue 94

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

Shades of Fruit Salad #4DAD5E

Tints of Fruit Salad #4DAD5E

RGB

 RED value IS 77 (30.47% from 255) = 22.38%

 GREEN value IS 173 (67.97% from 255) = 50.29%

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

R = 22.38%
G = 50.29%
B = 27.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#4DAD5E (or 0x4DAD5E) is known color: Fruit Salad. HEX triplet: 4D, AD and 5E. RGB value is (77,173,94). Sum of RGB (Red+Green+Blue) = 77+173+94=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 173 (67.97% from 255 or 50.29% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD5E is #B252A1. Grayscale: #878787. Windows color (decimal): -11686562 or 6204749. OLE color: 6204749.

HSL color Cylindrical-coordinate representation of color #4DAD5E: hue angle of 130.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAD5E is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 77 173 94 -
CMYK 0.55 0 0.46 0.32
HSL 130.63º 0.38% 0.49% -
HSV(B) 130.63º 0.55% 0.68% -
XYZ 20.02 32.27 15.76 -
YUV 135.29 104.7 86.42 -
System Red Green Blue C M Y K H S L
Decimal 77 173 94 0.55 0 0.46 0.32 130.63 0.38 0.49
Hex 4D AD 5E 37 0 2E 20 83 26 31
Octal 115 255 136 67 0 56 40 203 46 61
Binary 1001101 10101101 1011110 110111 0 101110 100000 10000011 100110 110001

Color Harmonies of #4DAD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAD5E

Black with #4DAD5E

Text Example


Text Example

White with #4DAD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4DAD5E; }

 p { color: rgb(77,173,94); }

 H1.HeaderClassName
 {
   color: #4DAD5E;
 }
 .AnyTagClassName
 {
   color: #4DAD5E;
 }
</style>

background-color css

<style>
 a { background-color: #4DAD5E; }

 a { background-color: rgb(77,173,94); }

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

border-color css

<style>
 span { border-color: #4DAD5E; }

 span { border-color: rgb(77,173,94); }

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