#4DA240

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

Shades of Fruit Salad #4DA240

Tints of Fruit Salad #4DA240

Color information

#4DA240 (or 0x4DA240) is unknown color: approx Fruit Salad. HEX triplet: 4D, A2 and 40. RGB value is (77,162,64). Sum of RGB (Red+Green+Blue) = 77+162+64=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 162 (63.67% from 255 or 53.47% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 162 - color contains mainly: green. Hex color #4DA240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA240 is #B25DBF. Grayscale: #7D7D7D. Windows color (decimal): -11689408 or 4235853. OLE color: 4235853.

HSL color Cylindrical-coordinate representation of color #4DA240: hue angle of 112.04º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DA240 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB7716264-
CMYK0.5200.600.36
HSL112.04º43.36%44.31%-
HSV(B)112.04º60.49%63.53%-
XYZ16.9127.799.32-
YUV125.4193.3493.47-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.41%
GREEN value IS 162 (63.67% from 255) = 53.47%
BLUE value IS 64 (25.39% from 255) = 21.12%
R=25.41%
G=53.47%
B=21.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal77162640.5200.600.36112.0443.3644.31
Hex4DA2403403C24702b2c
Octal11524210064074441605354
Binary100110110100010100000011010001111001001001110000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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