#4DB360

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

Shades of Fruit Salad #4DB360

Tints of Fruit Salad #4DB360

Color information

#4DB360 (or 0x4DB360) is unknown color: approx Fruit Salad. HEX triplet: 4D, B3 and 60. RGB value is (77,179,96). Sum of RGB (Red+Green+Blue) = 77+179+96=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 179 (70.31% from 255 or 50.85% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB360 is #B24C9F. Grayscale: #8B8B8B. Windows color (decimal): -11685024 or 6337357. OLE color: 6337357.

HSL color Cylindrical-coordinate representation of color #4DB360: hue angle of 131.18º 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 #4DB360 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB7717996-
CMYK0.5700.460.30
HSL131.18º40.16%50.2%-
HSV(B)131.18º56.98%70.2%-
XYZ21.2934.6616.63-
YUV139.04103.7183.75-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.88%
GREEN value IS 179 (70.31% from 255) = 50.85%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=21.88%
G=50.85%
B=27.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal77179960.5700.460.30131.1840.1650.2
Hex4DB3603902E1E832832
Octal11526314071056362035062
Binary100110110110011110000011100101011101111010000011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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