#4DB056

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

Shades of Fruit Salad #4DB056

Tints of Fruit Salad #4DB056

Color information

#4DB056 (or 0x4DB056) is unknown color: approx Fruit Salad. HEX triplet: 4D, B0 and 56. RGB value is (77,176,86). Sum of RGB (Red+Green+Blue) = 77+176+86=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 176 (69.14% from 255 or 51.92% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 176 - color contains mainly: green. Hex color #4DB056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB056 is #B24FA9. Grayscale: #888888. Windows color (decimal): -11685802 or 5681229. OLE color: 5681229.

HSL color Cylindrical-coordinate representation of color #4DB056: hue angle of 125.45º 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 #4DB056 is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB7717686-
CMYK0.5600.510.31
HSL125.45º39.13%49.61%-
HSV(B)125.45º56.25%69.02%-
XYZ20.2733.314.16-
YUV136.1499.785.82-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.71%
GREEN value IS 176 (69.14% from 255) = 51.92%
BLUE value IS 86 (33.98% from 255) = 25.37%
R=22.71%
G=51.92%
B=25.37%

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
Decimal77176860.5600.510.31125.4539.1349.61
Hex4DB056380331F7d2732
Octal11526012670063371754762
Binary10011011011000010101101110000110011111111111101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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