Html Css Color HEX #4DAA5A Fruit Salad

📋 copy color: '#4DAA5A'

red 77 ◦ green 170 ◦ blue 90

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

Shades of Fruit Salad #4DAA5A

Tints of Fruit Salad #4DAA5A

RGB

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

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

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

R = 22.85%
G = 50.45%
B = 26.71%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#4DAA5A (or 0x4DAA5A) is known color: Fruit Salad. HEX triplet: 4D, AA and 5A. RGB value is (77,170,90). Sum of RGB (Red+Green+Blue) = 77+170+90=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAA5A is #B255A5. Grayscale: #858585. Windows color (decimal): -11687334 or 5941837. OLE color: 5941837.

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

Color convert

RGB 77 170 90 -
CMYK 0.55 0 0.47 0.33
HSL 128.39º 0.38% 0.48% -
HSV(B) 128.39º 0.55% 0.67% -
XYZ 19.28 31.07 14.65 -
YUV 133.07 103.69 88 -
System Red Green Blue C M Y K H S L
Decimal 77 170 90 0.55 0 0.47 0.33 128.39 0.38 0.48
Hex 4D AA 5A 37 0 2F 21 80 26 30
Octal 115 252 132 67 0 57 41 200 46 60
Binary 1001101 10101010 1011010 110111 0 101111 100001 10000000 100110 110000

Color Harmonies of #4DAA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAA5A

Black with #4DAA5A

Text Example


Text Example

White with #4DAA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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