Html Css Color HEX #4DAA3F Fruit Salad

📋 copy color: '#4DAA3F'

red 77 ◦ green 170 ◦ blue 63

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

Shades of Fruit Salad #4DAA3F

Tints of Fruit Salad #4DAA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.32%

R = 24.84%
G = 54.84%
B = 20.32%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#4DAA3F (or 0x4DAA3F) is known color: Fruit Salad. HEX triplet: 4D, AA and 3F. RGB value is (77,170,63). Sum of RGB (Red+Green+Blue) = 77+170+63=310 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.84% from 310); Green value is 170 (66.80% from 255 or 54.84% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAA3F is #B255C0. Grayscale: #828282. Windows color (decimal): -11687361 or 4172365. OLE color: 4172365.

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

Color convert

RGB 77 170 63 -
CMYK 0.55 0 0.63 0.33
HSL 112.15º 0.46% 0.46% -
HSV(B) 112.15º 0.63% 0.67% -
XYZ 18.33 30.69 9.66 -
YUV 130 90.19 90.2 -
System Red Green Blue C M Y K H S L
Decimal 77 170 63 0.55 0 0.63 0.33 112.15 0.46 0.46
Hex 4D AA 3F 37 0 3F 21 70 2E 2E
Octal 115 252 77 67 0 77 41 160 56 56
Binary 1001101 10101010 111111 110111 0 111111 100001 1110000 101110 101110

Color Harmonies of #4DAA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAA3F

Black with #4DAA3F

Text Example


Text Example

White with #4DAA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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