#4DCB50

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

Shades of Fruit Salad #4DCB50

Tints of Fruit Salad #4DCB50

Color information

#4DCB50 (or 0x4DCB50) is unknown color: approx Fruit Salad. HEX triplet: 4D, CB and 50. RGB value is (77,203,80). Sum of RGB (Red+Green+Blue) = 77+203+80=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 203 (79.69% from 255 or 56.39% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 203 - color contains mainly: green. Hex color #4DCB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCB50 is #B234AF. Grayscale: #979797. Windows color (decimal): -11678896 or 5294925. OLE color: 5294925.

HSL color Cylindrical-coordinate representation of color #4DCB50: hue angle of 121.43º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCB50 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB7720380-
CMYK0.6200.610.20
HSL121.43º54.78%54.9%-
HSV(B)121.43º62.07%79.61%-
XYZ25.8644.8714.89-
YUV151.387.7675-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.39%
GREEN value IS 203 (79.69% from 255) = 56.39%
BLUE value IS 80 (31.64% from 255) = 22.22%
R=21.39%
G=56.39%
B=22.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal77203800.6200.610.20121.4354.7854.9
Hex4DCB503E03D14793737
Octal11531312076075241716767
Binary10011011100101110100001111100111101101001111001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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