Html Css Color HEX #49C34F Fruit Salad

📋 copy color: '#49C34F'

red 73 ◦ green 195 ◦ blue 79

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

Shades of Fruit Salad #49C34F

Tints of Fruit Salad #49C34F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.2%

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

R = 21.04%
G = 56.2%
B = 22.77%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#49C34F (or 0x49C34F) is known color: Fruit Salad. HEX triplet: 49, C3 and 4F. RGB value is (73,195,79). Sum of RGB (Red+Green+Blue) = 73+195+79=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 195 (76.56% from 255 or 56.20% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 195 - color contains mainly: green. Hex color #49C34F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C34F is #B63CB0. Grayscale: #919191. Windows color (decimal): -11943089 or 5227337. OLE color: 5227337.

HSL color Cylindrical-coordinate representation of color #49C34F: hue angle of 122.95º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C34F is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 195 79 -
CMYK 0.63 0 0.59 0.24
HSL 122.95º 0.5% 0.53% -
HSV(B) 122.95º 0.63% 0.76% -
XYZ 23.67 41.01 14.07 -
YUV 145.3 90.58 76.43 -
System Red Green Blue C M Y K H S L
Decimal 73 195 79 0.63 0 0.59 0.24 122.95 0.5 0.53
Hex 49 C3 4F 3F 0 3B 18 7B 32 35
Octal 111 303 117 77 0 73 30 173 62 65
Binary 1001001 11000011 1001111 111111 0 111011 11000 1111011 110010 110101

Color Harmonies of #49C34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C34F

Black with #49C34F

Text Example


Text Example

White with #49C34F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,195,79); }

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

background-color css

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

 a { background-color: rgb(73,195,79); }

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

border-color css

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

 span { border-color: rgb(73,195,79); }

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