Html Css Color HEX #4DB950 Fruit Salad

📋 copy color: '#4DB950'

red 77 ◦ green 185 ◦ blue 80

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

Shades of Fruit Salad #4DB950

Tints of Fruit Salad #4DB950

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.09%

 BLUE value IS 80 (31.64% from 255) = 23.39%

R = 22.51%
G = 54.09%
B = 23.39%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#4DB950 (or 0x4DB950) is known color: Fruit Salad. HEX triplet: 4D, B9 and 50. RGB value is (77,185,80). Sum of RGB (Red+Green+Blue) = 77+185+80=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 185 (72.66% from 255 or 54.09% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB950 is #B246AF. Grayscale: #8D8D8D. Windows color (decimal): -11683504 or 5290317. OLE color: 5290317.

HSL color Cylindrical-coordinate representation of color #4DB950: hue angle of 121.67º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB950 is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 185 80 -
CMYK 0.58 0 0.57 0.27
HSL 121.67º 0.44% 0.51% -
HSV(B) 121.67º 0.58% 0.73% -
XYZ 21.86 36.85 13.55 -
YUV 140.74 93.72 82.54 -
System Red Green Blue C M Y K H S L
Decimal 77 185 80 0.58 0 0.57 0.27 121.67 0.44 0.51
Hex 4D B9 50 3A 0 39 1B 7A 2C 33
Octal 115 271 120 72 0 71 33 172 54 63
Binary 1001101 10111001 1010000 111010 0 111001 11011 1111010 101100 110011

Color Harmonies of #4DB950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB950

Black with #4DB950

Text Example


Text Example

White with #4DB950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,185,80); }

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

background-color css

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

 a { background-color: rgb(77,185,80); }

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

border-color css

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

 span { border-color: rgb(77,185,80); }

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