#4dc150

Color #4DC150 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #4DC150

Tints of Fruit Salad #4DC150

Color information

#4DC150 (or 0x4DC150) is unknown color: approx Fruit Salad. HEX triplet: 4D, C1 and 50. RGB value is (77,193,80). Sum of RGB (Red+Green+Blue) = 77+193+80=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 193 (75.78% from 255 or 55.14% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC150 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC150 is #B23EAF. Grayscale: #919191. Windows color (decimal): -11681456 or 5292365. OLE color: 5292365.

HSL color Cylindrical-coordinate representation of color #4DC150: hue angle of 121.55º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC150 is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB7719380-
CMYK0.6000.590.24
HSL121.55º48.33%52.94%-
HSV(B)121.55º60.1%75.69%-
XYZ23.5840.314.12-
YUV145.4391.0779.19-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22%
GREEN value IS 193 (75.78% from 255) = 55.14%
BLUE value IS 80 (31.64% from 255) = 22.86%
R=22%
G=55.14%
B=22.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal77193800.6000.590.24121.5548.3352.94
Hex4DC1503C03B187a3035
Octal11530112074073301726065
Binary10011011100000110100001111000111011110001111010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4dc150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4dc150;
 }
 .AnyTagClassName
 {
   color: #4dc150;
 }
</style>
background-color css

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

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

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

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

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

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