#4DB356

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

Shades of Fruit Salad #4DB356

Tints of Fruit Salad #4DB356

Color information

#4DB356 (or 0x4DB356) is unknown color: approx Fruit Salad. HEX triplet: 4D, B3 and 56. RGB value is (77,179,86). Sum of RGB (Red+Green+Blue) = 77+179+86=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 179 (70.31% from 255 or 52.34% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB356 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB356 is #B24CA9. Grayscale: #8A8A8A. Windows color (decimal): -11685034 or 5681997. OLE color: 5681997.

HSL color Cylindrical-coordinate representation of color #4DB356: hue angle of 125.29º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB356 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB7717986-
CMYK0.5700.520.30
HSL125.29º40.16%50.2%-
HSV(B)125.29º56.98%70.2%-
XYZ20.8634.4914.36-
YUV137.998.7184.56-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.51%
GREEN value IS 179 (70.31% from 255) = 52.34%
BLUE value IS 86 (33.98% from 255) = 25.15%
R=22.51%
G=52.34%
B=25.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal77179860.5700.520.30125.2940.1650.2
Hex4DB356390341E7d2832
Octal11526312671064361755062
Binary10011011011001110101101110010110100111101111101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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