#4DB156

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

Shades of Fruit Salad #4DB156

Tints of Fruit Salad #4DB156

Color information

#4DB156 (or 0x4DB156) is unknown color: approx Fruit Salad. HEX triplet: 4D, B1 and 56. RGB value is (77,177,86). Sum of RGB (Red+Green+Blue) = 77+177+86=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 177 (69.53% from 255 or 52.06% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 177 - color contains mainly: green. Hex color #4DB156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB156 is #B24EA9. Grayscale: #888888. Windows color (decimal): -11685546 or 5681485. OLE color: 5681485.

HSL color Cylindrical-coordinate representation of color #4DB156: hue angle of 125.4º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DB156 is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB7717786-
CMYK0.5600.510.31
HSL125.4º39.37%49.8%-
HSV(B)125.4º56.5%69.41%-
XYZ20.4633.6914.23-
YUV136.7399.3785.4-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.65%
GREEN value IS 177 (69.53% from 255) = 52.06%
BLUE value IS 86 (33.98% from 255) = 25.29%
R=22.65%
G=52.06%
B=25.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal77177860.5600.510.31125.439.3749.8
Hex4DB156380331F7d2732
Octal11526112670063371754762
Binary10011011011000110101101110000110011111111111101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,177,86); }

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

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

 a { background-color: rgb(77,177,86); }

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

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

 span { border-color: rgb(77,177,86); }

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