Html Css Color HEX #4DAA5E Fruit Salad

📋 copy color: '#4DAA5E'

red 77 ◦ green 170 ◦ blue 94

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

Shades of Fruit Salad #4DAA5E

Tints of Fruit Salad #4DAA5E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.85%

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

R = 22.58%
G = 49.85%
B = 27.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#4DAA5E (or 0x4DAA5E) is known color: Fruit Salad. HEX triplet: 4D, AA and 5E. RGB value is (77,170,94). Sum of RGB (Red+Green+Blue) = 77+170+94=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAA5E is #B255A1. Grayscale: #858585. Windows color (decimal): -11687330 or 6203981. OLE color: 6203981.

HSL color Cylindrical-coordinate representation of color #4DAA5E: hue angle of 130.97º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAA5E is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 170 94 -
CMYK 0.55 0 0.45 0.33
HSL 130.97º 0.38% 0.48% -
HSV(B) 130.97º 0.55% 0.67% -
XYZ 19.46 31.14 15.57 -
YUV 133.53 105.69 87.68 -
System Red Green Blue C M Y K H S L
Decimal 77 170 94 0.55 0 0.45 0.33 130.97 0.38 0.48
Hex 4D AA 5E 37 0 2D 21 83 26 30
Octal 115 252 136 67 0 55 41 203 46 60
Binary 1001101 10101010 1011110 110111 0 101101 100001 10000011 100110 110000

Color Harmonies of #4DAA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAA5E

Black with #4DAA5E

Text Example


Text Example

White with #4DAA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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