#4DB240

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

Shades of Fruit Salad #4DB240

Tints of Fruit Salad #4DB240

Color information

#4DB240 (or 0x4DB240) is unknown color: approx Fruit Salad. HEX triplet: 4D, B2 and 40. RGB value is (77,178,64). Sum of RGB (Red+Green+Blue) = 77+178+64=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 178 (69.92% from 255 or 55.80% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 178 - color contains mainly: green. Hex color #4DB240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DB240 is #B24DBF. Grayscale: #878787. Windows color (decimal): -11685312 or 4239949. OLE color: 4239949.

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

Color convert

RGB7717864-
CMYK0.5700.640.30
HSL113.16º47.11%47.45%-
HSV(B)113.16º64.04%69.8%-
XYZ19.9133.7910.32-
YUV134.888.0486.77-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.14%
GREEN value IS 178 (69.92% from 255) = 55.80%
BLUE value IS 64 (25.39% from 255) = 20.06%
R=24.14%
G=55.80%
B=20.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal77178640.5700.640.30113.1647.1147.45
Hex4DB240390401E712f2f
Octal115262100710100361615757
Binary100110110110010100000011100101000000111101110001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,178,64); }

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

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

 a { background-color: rgb(77,178,64); }

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

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

 span { border-color: rgb(77,178,64); }

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