#4D984E

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

Shades of Fruit Salad #4D984E

Tints of Fruit Salad #4D984E

Color information

#4D984E (or 0x4D984E) is unknown color: approx Fruit Salad. HEX triplet: 4D, 98 and 4E. RGB value is (77,152,78). Sum of RGB (Red+Green+Blue) = 77+152+78=307 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.08% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #4D984E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D984E is #B267B1. Grayscale: #797979. Windows color (decimal): -11691954 or 5150797. OLE color: 5150797.

HSL color Cylindrical-coordinate representation of color #4D984E: hue angle of 120.8º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D984E is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB7715278-
CMYK0.4900.490.40
HSL120.8º32.75%44.9%-
HSV(B)120.8º49.34%59.61%-
XYZ15.6624.5811.13-
YUV121.14103.6596.52-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.08%
GREEN value IS 152 (59.77% from 255) = 49.51%
BLUE value IS 78 (30.86% from 255) = 25.41%
R=25.08%
G=49.51%
B=25.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal77152780.4900.490.40120.832.7544.9
Hex4D984E310312879212d
Octal11523011661061501714155
Binary100110110011000100111011000101100011010001111001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D984E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,152,78); }

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

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

 a { background-color: rgb(77,152,78); }

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

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

 span { border-color: rgb(77,152,78); }

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