#4DB45B

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

Shades of Fruit Salad #4DB45B

Tints of Fruit Salad #4DB45B

Color information

#4DB45B (or 0x4DB45B) is unknown color: approx Fruit Salad. HEX triplet: 4D, B4 and 5B. RGB value is (77,180,91). Sum of RGB (Red+Green+Blue) = 77+180+91=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 180 (70.70% from 255 or 51.72% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB45B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB45B is #B24BA4. Grayscale: #8B8B8B. Windows color (decimal): -11684773 or 6009933. OLE color: 6009933.

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

Color convert

RGB7718091-
CMYK0.5700.490.29
HSL128.16º40.71%50.39%-
HSV(B)128.16º57.22%70.59%-
XYZ21.2734.9815.53-
YUV139.06100.8883.74-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.13%
GREEN value IS 180 (70.70% from 255) = 51.72%
BLUE value IS 91 (35.94% from 255) = 26.15%
R=22.13%
G=51.72%
B=26.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal77180910.5700.490.29128.1640.7150.39
Hex4DB45B390311D802932
Octal11526413371061352005162
Binary100110110110100101101111100101100011110110000000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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