#4DB13F

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

Shades of Fruit Salad #4DB13F

Tints of Fruit Salad #4DB13F

Color information

#4DB13F (or 0x4DB13F) is unknown color: approx Fruit Salad. HEX triplet: 4D, B1 and 3F. RGB value is (77,177,63). Sum of RGB (Red+Green+Blue) = 77+177+63=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 177 (69.53% from 255 or 55.84% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 177 - color contains mainly: green. Hex color #4DB13F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DB13F is #B24EC0. Grayscale: #868686. Windows color (decimal): -11685569 or 4174157. OLE color: 4174157.

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

Color convert

RGB7717763-
CMYK0.5600.640.31
HSL112.63º47.5%47.06%-
HSV(B)112.63º64.41%69.41%-
XYZ19.6833.3810.11-
YUV134.187.8787.27-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.29%
GREEN value IS 177 (69.53% from 255) = 55.84%
BLUE value IS 63 (25% from 255) = 19.87%
R=24.29%
G=55.84%
B=19.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal77177630.5600.640.31112.6347.547.06
Hex4DB13F380401F71302f
Octal11526177700100371616057
Binary10011011011000111111111100001000000111111110001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,177,63); }

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

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

 a { background-color: rgb(77,177,63); }

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

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

 span { border-color: rgb(77,177,63); }

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