Html Css Color HEX #49BC41 Fruit Salad

📋 copy color: '#49BC41'

red 73 ◦ green 188 ◦ blue 65

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

Shades of Fruit Salad #49BC41

Tints of Fruit Salad #49BC41

RGB

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

 GREEN value IS 188 (73.83% from 255) = 57.67%

 BLUE value IS 65 (25.78% from 255) = 19.94%

R = 22.39%
G = 57.67%
B = 19.94%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#49BC41 (or 0x49BC41) is known color: Fruit Salad. HEX triplet: 49, BC and 41. RGB value is (73,188,65). Sum of RGB (Red+Green+Blue) = 73+188+65=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 188 (73.83% from 255 or 57.67% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BC41 is #B643BE. Grayscale: #8B8B8B. Windows color (decimal): -11944895 or 4308041. OLE color: 4308041.

HSL color Cylindrical-coordinate representation of color #49BC41: hue angle of 116.1º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49BC41 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 188 65 -
CMYK 0.61 0 0.65 0.26
HSL 116.1º 0.49% 0.5% -
HSV(B) 116.1º 0.65% 0.74% -
XYZ 21.69 37.76 11.15 -
YUV 139.59 85.9 80.5 -
System Red Green Blue C M Y K H S L
Decimal 73 188 65 0.61 0 0.65 0.26 116.1 0.49 0.5
Hex 49 BC 41 3D 0 41 1A 74 31 32
Octal 111 274 101 75 0 101 32 164 61 62
Binary 1001001 10111100 1000001 111101 0 1000001 11010 1110100 110001 110010

Color Harmonies of #49BC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BC41

Black with #49BC41

Text Example


Text Example

White with #49BC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,188,65); }

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

background-color css

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

 a { background-color: rgb(73,188,65); }

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

border-color css

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

 span { border-color: rgb(73,188,65); }

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