#4DA256

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

Shades of Fruit Salad #4DA256

Tints of Fruit Salad #4DA256

Color information

#4DA256 (or 0x4DA256) is unknown color: approx Fruit Salad. HEX triplet: 4D, A2 and 56. RGB value is (77,162,86). Sum of RGB (Red+Green+Blue) = 77+162+86=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #4DA256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA256 is #B25DA9. Grayscale: #808080. Windows color (decimal): -11689386 or 5677645. OLE color: 5677645.

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

Color convert

RGB7716286-
CMYK0.5200.470.36
HSL126.35º35.56%46.86%-
HSV(B)126.35º52.47%63.53%-
XYZ17.6628.0913.3-
YUV127.92104.3491.68-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.69%
GREEN value IS 162 (63.67% from 255) = 49.85%
BLUE value IS 86 (33.98% from 255) = 26.46%
R=23.69%
G=49.85%
B=26.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal77162860.5200.470.36126.3535.5646.86
Hex4DA2563402F247e242f
Octal11524212664057441764457
Binary100110110100010101011011010001011111001001111110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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