Html Css Color HEX #4DB340 Fruit Salad

📋 copy color: '#4DB340'

red 77 ◦ green 179 ◦ blue 64

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

Shades of Fruit Salad #4DB340

Tints of Fruit Salad #4DB340

RGB

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

 GREEN value IS 179 (70.31% from 255) = 55.94%

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

R = 24.06%
G = 55.94%
B = 20%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#4DB340 (or 0x4DB340) is known color: Fruit Salad. HEX triplet: 4D, B3 and 40. RGB value is (77,179,64). Sum of RGB (Red+Green+Blue) = 77+179+64=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 179 (70.31% from 255 or 55.94% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DB340 is #B24CBF. Grayscale: #878787. Windows color (decimal): -11685056 or 4240205. OLE color: 4240205.

HSL color Cylindrical-coordinate representation of color #4DB340: hue angle of 113.22º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DB340 is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 77 179 64 -
CMYK 0.57 0 0.64 0.30
HSL 113.22º 0.47% 0.48% -
HSV(B) 113.22º 0.64% 0.7% -
XYZ 20.11 34.19 10.39 -
YUV 135.39 87.71 86.35 -
System Red Green Blue C M Y K H S L
Decimal 77 179 64 0.57 0 0.64 0.30 113.22 0.47 0.48
Hex 4D B3 40 39 0 40 1E 71 2F 30
Octal 115 263 100 71 0 100 36 161 57 60
Binary 1001101 10110011 1000000 111001 0 1000000 11110 1110001 101111 110000

Color Harmonies of #4DB340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB340

Black with #4DB340

Text Example


Text Example

White with #4DB340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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