#4DB444

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

Shades of Fruit Salad #4DB444

Tints of Fruit Salad #4DB444

Color information

#4DB444 (or 0x4DB444) is unknown color: approx Fruit Salad. HEX triplet: 4D, B4 and 44. RGB value is (77,180,68). Sum of RGB (Red+Green+Blue) = 77+180+68=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 180 (70.70% from 255 or 55.38% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB444 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DB444 is #B24BBB. Grayscale: #888888. Windows color (decimal): -11684796 or 4502605. OLE color: 4502605.

HSL color Cylindrical-coordinate representation of color #4DB444: hue angle of 115.18º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DB444 is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB7718068-
CMYK0.5700.620.29
HSL115.18º45.16%48.63%-
HSV(B)115.18º62.22%70.59%-
XYZ20.4334.6411.08-
YUV136.4489.3885.61-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.69%
GREEN value IS 180 (70.70% from 255) = 55.38%
BLUE value IS 68 (26.95% from 255) = 20.92%
R=23.69%
G=55.38%
B=20.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal77180680.5700.620.29115.1845.1648.63
Hex4DB4443903E1D732d31
Octal11526410471076351635561
Binary10011011011010010001001110010111110111011110011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,180,68); }

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

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

 a { background-color: rgb(77,180,68); }

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

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

 span { border-color: rgb(77,180,68); }

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