Html Css Color HEX #4DAD5A Fruit Salad

📋 copy color: '#4DAD5A'

red 77 ◦ green 173 ◦ blue 90

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

Shades of Fruit Salad #4DAD5A

Tints of Fruit Salad #4DAD5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.47%

R = 22.65%
G = 50.88%
B = 26.47%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#4DAD5A (or 0x4DAD5A) is known color: Fruit Salad. HEX triplet: 4D, AD and 5A. RGB value is (77,173,90). Sum of RGB (Red+Green+Blue) = 77+173+90=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD5A is #B252A5. Grayscale: #878787. Windows color (decimal): -11686566 or 5942605. OLE color: 5942605.

HSL color Cylindrical-coordinate representation of color #4DAD5A: hue angle of 128.12º 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 #4DAD5A is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB 77 173 90 -
CMYK 0.55 0 0.48 0.32
HSL 128.13º 0.38% 0.49% -
HSV(B) 128.13º 0.55% 0.68% -
XYZ 19.85 32.2 14.84 -
YUV 134.83 102.7 86.75 -
System Red Green Blue C M Y K H S L
Decimal 77 173 90 0.55 0 0.48 0.32 128.13 0.38 0.49
Hex 4D AD 5A 37 0 30 20 80 26 31
Octal 115 255 132 67 0 60 40 200 46 61
Binary 1001101 10101101 1011010 110111 0 110000 100000 10000000 100110 110001

Color Harmonies of #4DAD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAD5A

Black with #4DAD5A

Text Example


Text Example

White with #4DAD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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