Html Css Color HEX #4AC14D Fruit Salad

📋 copy color: '#4AC14D'

red 74 ◦ green 193 ◦ blue 77

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

Shades of Fruit Salad #4AC14D

Tints of Fruit Salad #4AC14D

RGB

 RED value IS 74 (29.3% from 255) = 21.51%

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

 BLUE value IS 77 (30.47% from 255) = 22.38%

R = 21.51%
G = 56.1%
B = 22.38%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#4AC14D (or 0x4AC14D) is known color: Fruit Salad. HEX triplet: 4A, C1 and 4D. RGB value is (74,193,77). Sum of RGB (Red+Green+Blue) = 74+193+77=344 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.51% from 344); Green value is 193 (75.78% from 255 or 56.10% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 193 - color contains mainly: green. Hex color #4AC14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC14D is #B53EB2. Grayscale: #909090. Windows color (decimal): -11878067 or 5095754. OLE color: 5095754.

HSL color Cylindrical-coordinate representation of color #4AC14D: hue angle of 121.51º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC14D is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 74 193 77 -
CMYK 0.62 0 0.60 0.24
HSL 121.51º 0.49% 0.52% -
HSV(B) 121.51º 0.62% 0.76% -
XYZ 23.23 40.13 13.54 -
YUV 144.2 90.08 77.93 -
System Red Green Blue C M Y K H S L
Decimal 74 193 77 0.62 0 0.60 0.24 121.51 0.49 0.52
Hex 4A C1 4D 3E 0 3C 18 7A 31 34
Octal 112 301 115 76 0 74 30 172 61 64
Binary 1001010 11000001 1001101 111110 0 111100 11000 1111010 110001 110100

Color Harmonies of #4AC14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC14D

Black with #4AC14D

Text Example


Text Example

White with #4AC14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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