Html Css Color HEX #49C14C Fruit Salad

📋 copy color: '#49C14C'

red 73 ◦ green 193 ◦ blue 76

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

Shades of Fruit Salad #49C14C

Tints of Fruit Salad #49C14C

RGB

 RED value IS 73 (28.91% from 255) = 21.35%

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

 BLUE value IS 76 (30.08% from 255) = 22.22%

R = 21.35%
G = 56.43%
B = 22.22%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#49C14C (or 0x49C14C) is known color: Fruit Salad. HEX triplet: 49, C1 and 4C. RGB value is (73,193,76). Sum of RGB (Red+Green+Blue) = 73+193+76=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 193 (75.78% from 255 or 56.43% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 193 - color contains mainly: green. Hex color #49C14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C14C is #B63EB3. Grayscale: #909090. Windows color (decimal): -11943604 or 5030217. OLE color: 5030217.

HSL color Cylindrical-coordinate representation of color #49C14C: hue angle of 121.5º 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 #49C14C is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 193 76 -
CMYK 0.62 0 0.61 0.24
HSL 121.5º 0.49% 0.52% -
HSV(B) 121.5º 0.62% 0.76% -
XYZ 23.12 40.08 13.35 -
YUV 143.78 89.74 77.51 -
System Red Green Blue C M Y K H S L
Decimal 73 193 76 0.62 0 0.61 0.24 121.5 0.49 0.52
Hex 49 C1 4C 3E 0 3D 18 7A 31 34
Octal 111 301 114 76 0 75 30 172 61 64
Binary 1001001 11000001 1001100 111110 0 111101 11000 1111010 110001 110100

Color Harmonies of #49C14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C14C

Black with #49C14C

Text Example


Text Example

White with #49C14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49C14C; }

 p { color: rgb(73,193,76); }

 H1.HeaderClassName
 {
   color: #49C14C;
 }
 .AnyTagClassName
 {
   color: #49C14C;
 }
</style>

background-color css

<style>
 a { background-color: #49C14C; }

 a { background-color: rgb(73,193,76); }

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

border-color css

<style>
 span { border-color: #49C14C; }

 span { border-color: rgb(73,193,76); }

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