#4DBF4E

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

Shades of Fruit Salad #4DBF4E

Tints of Fruit Salad #4DBF4E

Color information

#4DBF4E (or 0x4DBF4E) is unknown color: approx Fruit Salad. HEX triplet: 4D, BF and 4E. RGB value is (77,191,78). Sum of RGB (Red+Green+Blue) = 77+191+78=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 191 (75% from 255 or 55.20% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBF4E is #B240B1. Grayscale: #909090. Windows color (decimal): -11681970 or 5160781. OLE color: 5160781.

HSL color Cylindrical-coordinate representation of color #4DBF4E: hue angle of 120.53º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DBF4E is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB7719178-
CMYK0.6000.590.25
HSL120.53º47.11%52.55%-
HSV(B)120.53º59.69%74.9%-
XYZ23.0739.3913.59-
YUV144.0390.7380.19-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.25%
GREEN value IS 191 (75% from 255) = 55.20%
BLUE value IS 78 (30.86% from 255) = 22.54%
R=22.25%
G=55.20%
B=22.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal77191780.6000.590.25120.5347.1152.55
Hex4DBF4E3C03B19792f35
Octal11527711674073311715765
Binary10011011011111110011101111000111011110011111001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DBF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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