Html Css Color HEX #4DAA40 Fruit Salad

📋 copy color: '#4DAA40'

red 77 ◦ green 170 ◦ blue 64

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

Shades of Fruit Salad #4DAA40

Tints of Fruit Salad #4DAA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.58%

R = 24.76%
G = 54.66%
B = 20.58%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#4DAA40 (or 0x4DAA40) is known color: Fruit Salad. HEX triplet: 4D, AA and 40. RGB value is (77,170,64). Sum of RGB (Red+Green+Blue) = 77+170+64=311 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.76% from 311); Green value is 170 (66.80% from 255 or 54.66% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAA40 is #B255BF. Grayscale: #828282. Windows color (decimal): -11687360 or 4237901. OLE color: 4237901.

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

Color convert

RGB 77 170 64 -
CMYK 0.55 0 0.62 0.33
HSL 112.64º 0.45% 0.46% -
HSV(B) 112.64º 0.62% 0.67% -
XYZ 18.36 30.7 9.81 -
YUV 130.11 90.69 90.12 -
System Red Green Blue C M Y K H S L
Decimal 77 170 64 0.55 0 0.62 0.33 112.64 0.45 0.46
Hex 4D AA 40 37 0 3E 21 71 2D 2E
Octal 115 252 100 67 0 76 41 161 55 56
Binary 1001101 10101010 1000000 110111 0 111110 100001 1110001 101101 101110

Color Harmonies of #4DAA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAA40

Black with #4DAA40

Text Example


Text Example

White with #4DAA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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