#4DB34C

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

Shades of Fruit Salad #4DB34C

Tints of Fruit Salad #4DB34C

Color information

#4DB34C (or 0x4DB34C) is unknown color: approx Fruit Salad. HEX triplet: 4D, B3 and 4C. RGB value is (77,179,76). Sum of RGB (Red+Green+Blue) = 77+179+76=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 179 (70.31% from 255 or 53.92% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB34C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DB34C is #B24CB3. Grayscale: #898989. Windows color (decimal): -11685044 or 5026637. OLE color: 5026637.

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

Color convert

RGB7717976-
CMYK0.5700.580.30
HSL119.42º40.39%50%-
HSV(B)119.42º57.54%70.2%-
XYZ20.4934.3412.39-
YUV136.7693.7185.38-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.19%
GREEN value IS 179 (70.31% from 255) = 53.92%
BLUE value IS 76 (30.08% from 255) = 22.89%
R=23.19%
G=53.92%
B=22.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal77179760.5700.580.30119.4240.3950
Hex4DB34C3903A1E772832
Octal11526311471072361675062
Binary10011011011001110011001110010111010111101110111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,179,76); }

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

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

 a { background-color: rgb(77,179,76); }

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

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

 span { border-color: rgb(77,179,76); }

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