Html Css Color HEX #4EC950 Fruit Salad

📋 copy color: '#4EC950'

red 78 ◦ green 201 ◦ blue 80

#4EC950
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #4EC950

Tints of Fruit Salad #4EC950

RGB

 RED value IS 78 (30.86% from 255) = 21.73%

 GREEN value IS 201 (78.91% from 255) = 55.99%

 BLUE value IS 80 (31.64% from 255) = 22.28%

R = 21.73%
G = 55.99%
B = 22.28%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#4EC950 (or 0x4EC950) is known color: Fruit Salad. HEX triplet: 4E, C9 and 50. RGB value is (78,201,80). Sum of RGB (Red+Green+Blue) = 78+201+80=359 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.73% from 359); Green value is 201 (78.91% from 255 or 55.99% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 201 - color contains mainly: green. Hex color #4EC950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC950 is #B136AF. Grayscale: #969696. Windows color (decimal): -11613872 or 5294414. OLE color: 5294414.

HSL color Cylindrical-coordinate representation of color #4EC950: hue angle of 120.98º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC950 is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 78 201 80 -
CMYK 0.61 0 0.60 0.21
HSL 120.98º 0.53% 0.55% -
HSV(B) 120.98º 0.61% 0.79% -
XYZ 25.48 43.97 14.73 -
YUV 150.43 88.25 76.34 -
System Red Green Blue C M Y K H S L
Decimal 78 201 80 0.61 0 0.60 0.21 120.98 0.53 0.55
Hex 4E C9 50 3D 0 3C 15 79 35 37
Octal 116 311 120 75 0 74 25 171 65 67
Binary 1001110 11001001 1010000 111101 0 111100 10101 1111001 110101 110111

Color Harmonies of #4EC950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC950

Black with #4EC950

Text Example


Text Example

White with #4EC950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,201,80); }

 H1.HeaderClassName
 {
   color: #4EC950;
 }
 .AnyTagClassName
 {
   color: #4EC950;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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