#4DB94A

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

Shades of Fruit Salad #4DB94A

Tints of Fruit Salad #4DB94A

Color information

#4DB94A (or 0x4DB94A) is unknown color: approx Fruit Salad. HEX triplet: 4D, B9 and 4A. RGB value is (77,185,74). Sum of RGB (Red+Green+Blue) = 77+185+74=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 185 (72.66% from 255 or 55.06% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DB94A is #B246B5. Grayscale: #8C8C8C. Windows color (decimal): -11683510 or 4897101. OLE color: 4897101.

HSL color Cylindrical-coordinate representation of color #4DB94A: hue angle of 118.38º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DB94A is Cyan = 0.58, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB7718574-
CMYK0.5800.60.27
HSL118.38º44.22%50.78%-
HSV(B)118.38º60%72.55%-
XYZ21.6536.7712.44-
YUV140.0590.7283.03-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.92%
GREEN value IS 185 (72.66% from 255) = 55.06%
BLUE value IS 74 (29.30% from 255) = 22.02%
R=22.92%
G=55.06%
B=22.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal77185740.5800.60.27118.3844.2250.78
Hex4DB94A3A03C1B762c33
Octal11527111272074331665463
Binary10011011011100110010101110100111100110111110110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,185,74); }

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

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

 a { background-color: rgb(77,185,74); }

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

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

 span { border-color: rgb(77,185,74); }

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