Html Css Color HEX #4DAD5B Fruit Salad

📋 copy color: '#4DAD5B'

red 77 ◦ green 173 ◦ blue 91

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

Shades of Fruit Salad #4DAD5B

Tints of Fruit Salad #4DAD5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.69%

R = 22.58%
G = 50.73%
B = 26.69%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#4DAD5B (or 0x4DAD5B) is known color: Fruit Salad. HEX triplet: 4D, AD and 5B. RGB value is (77,173,91). Sum of RGB (Red+Green+Blue) = 77+173+91=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD5B is #B252A4. Grayscale: #878787. Windows color (decimal): -11686565 or 6008141. OLE color: 6008141.

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

Color convert

RGB 77 173 91 -
CMYK 0.55 0 0.47 0.32
HSL 128.75º 0.38% 0.49% -
HSV(B) 128.75º 0.55% 0.68% -
XYZ 19.89 32.22 15.07 -
YUV 134.95 103.2 86.67 -
System Red Green Blue C M Y K H S L
Decimal 77 173 91 0.55 0 0.47 0.32 128.75 0.38 0.49
Hex 4D AD 5B 37 0 2F 20 81 26 31
Octal 115 255 133 67 0 57 40 201 46 61
Binary 1001101 10101101 1011011 110111 0 101111 100000 10000001 100110 110001

Color Harmonies of #4DAD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAD5B

Black with #4DAD5B

Text Example


Text Example

White with #4DAD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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