Html Css Color HEX #4DB240 Fruit Salad

📋 copy color: '#4DB240'

red 77 ◦ green 178 ◦ blue 64

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

Shades of Fruit Salad #4DB240

Tints of Fruit Salad #4DB240

RGB

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

 GREEN value IS 178 (69.92% from 255) = 55.8%

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

R = 24.14%
G = 55.8%
B = 20.06%

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

#4DB240 (or 0x4DB240) is known color: Fruit Salad. HEX triplet: 4D, B2 and 40. RGB value is (77,178,64). Sum of RGB (Red+Green+Blue) = 77+178+64=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 178 (69.92% from 255 or 55.80% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 178 - color contains mainly: green. Hex color #4DB240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DB240 is #B24DBF. Grayscale: #878787. Windows color (decimal): -11685312 or 4239949. OLE color: 4239949.

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

Color convert

RGB 77 178 64 -
CMYK 0.57 0 0.64 0.30
HSL 113.16º 0.47% 0.47% -
HSV(B) 113.16º 0.64% 0.7% -
XYZ 19.91 33.79 10.32 -
YUV 134.81 88.04 86.77 -
System Red Green Blue C M Y K H S L
Decimal 77 178 64 0.57 0 0.64 0.30 113.16 0.47 0.47
Hex 4D B2 40 39 0 40 1E 71 2F 2F
Octal 115 262 100 71 0 100 36 161 57 57
Binary 1001101 10110010 1000000 111001 0 1000000 11110 1110001 101111 101111

Color Harmonies of #4DB240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB240

Black with #4DB240

Text Example


Text Example

White with #4DB240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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