#4EBF4E

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

Shades of Fruit Salad #4EBF4E

Tints of Fruit Salad #4EBF4E

Color information

#4EBF4E (or 0x4EBF4E) is unknown color: approx Fruit Salad. HEX triplet: 4E, BF and 4E. RGB value is (78,191,78). Sum of RGB (Red+Green+Blue) = 78+191+78=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 191 (75% from 255 or 55.04% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 191 - color contains mainly: green. Hex color #4EBF4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EBF4E is #B140B1. Grayscale: #909090. Windows color (decimal): -11616434 or 5160782. OLE color: 5160782.

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

Color convert

RGB7819178-
CMYK0.5900.590.25
HSL120º46.89%52.75%-
HSV(B)120º59.16%74.9%-
XYZ23.1539.4313.6-
YUV144.3390.5680.69-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.48%
GREEN value IS 191 (75% from 255) = 55.04%
BLUE value IS 78 (30.86% from 255) = 22.48%
R=22.48%
G=55.04%
B=22.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal78191780.5900.590.2512046.8952.75
Hex4EBF4E3B03B19782f35
Octal11627711673073311705765
Binary10011101011111110011101110110111011110011111000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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