Html Css Color HEX #4DC14F Fruit Salad

📋 copy color: '#4DC14F'

red 77 ◦ green 193 ◦ blue 79

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

Shades of Fruit Salad #4DC14F

Tints of Fruit Salad #4DC14F

RGB

 RED value IS 77 (30.47% from 255) = 22.06%

 GREEN value IS 193 (75.78% from 255) = 55.3%

 BLUE value IS 79 (31.25% from 255) = 22.64%

R = 22.06%
G = 55.3%
B = 22.64%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#4DC14F (or 0x4DC14F) is known color: Fruit Salad. HEX triplet: 4D, C1 and 4F. RGB value is (77,193,79). Sum of RGB (Red+Green+Blue) = 77+193+79=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 193 (75.78% from 255 or 55.30% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC14F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC14F is #B23EB0. Grayscale: #919191. Windows color (decimal): -11681457 or 5226829. OLE color: 5226829.

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

Color convert

RGB 77 193 79 -
CMYK 0.60 0 0.59 0.24
HSL 121.03º 0.48% 0.53% -
HSV(B) 121.03º 0.6% 0.76% -
XYZ 23.54 40.28 13.93 -
YUV 145.32 90.57 79.27 -
System Red Green Blue C M Y K H S L
Decimal 77 193 79 0.60 0 0.59 0.24 121.03 0.48 0.53
Hex 4D C1 4F 3C 0 3B 18 79 30 35
Octal 115 301 117 74 0 73 30 171 60 65
Binary 1001101 11000001 1001111 111100 0 111011 11000 1111001 110000 110101

Color Harmonies of #4DC14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC14F

Black with #4DC14F

Text Example


Text Example

White with #4DC14F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,193,79); }

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

background-color css

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

 a { background-color: rgb(77,193,79); }

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

border-color css

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

 span { border-color: rgb(77,193,79); }

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