#4DC155

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

Shades of Fruit Salad #4DC155

Tints of Fruit Salad #4DC155

Color information

#4DC155 (or 0x4DC155) is unknown color: approx Fruit Salad. HEX triplet: 4D, C1 and 55. RGB value is (77,193,85). Sum of RGB (Red+Green+Blue) = 77+193+85=355 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.69% from 355); Green value is 193 (75.78% from 255 or 54.37% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC155 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC155 is #B23EAA. Grayscale: #929292. Windows color (decimal): -11681451 or 5620045. OLE color: 5620045.

HSL color Cylindrical-coordinate representation of color #4DC155: hue angle of 124.14º 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 #4DC155 is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB7719385-
CMYK0.6000.560.24
HSL124.14º48.33%52.94%-
HSV(B)124.14º60.1%75.69%-
XYZ23.7740.3715.13-
YUV14693.5778.78-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.69%
GREEN value IS 193 (75.78% from 255) = 54.37%
BLUE value IS 85 (33.59% from 255) = 23.94%
R=21.69%
G=54.37%
B=23.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal77193850.6000.560.24124.1448.3352.94
Hex4DC1553C038187c3035
Octal11530112574070301746065
Binary10011011100000110101011111000111000110001111100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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