Html Css Color HEX #49BC44 Fruit Salad

📋 copy color: '#49BC44'

red 73 ◦ green 188 ◦ blue 68

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

Shades of Fruit Salad #49BC44

Tints of Fruit Salad #49BC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.67%

R = 22.19%
G = 57.14%
B = 20.67%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#49BC44 (or 0x49BC44) is known color: Fruit Salad. HEX triplet: 49, BC and 44. RGB value is (73,188,68). Sum of RGB (Red+Green+Blue) = 73+188+68=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BC44 is #B643BB. Grayscale: #8C8C8C. Windows color (decimal): -11944892 or 4504649. OLE color: 4504649.

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

Color convert

RGB 73 188 68 -
CMYK 0.61 0 0.64 0.26
HSL 117.5º 0.47% 0.5% -
HSV(B) 117.5º 0.64% 0.74% -
XYZ 21.77 37.8 11.62 -
YUV 139.94 87.4 80.26 -
System Red Green Blue C M Y K H S L
Decimal 73 188 68 0.61 0 0.64 0.26 117.5 0.47 0.5
Hex 49 BC 44 3D 0 40 1A 76 2F 32
Octal 111 274 104 75 0 100 32 166 57 62
Binary 1001001 10111100 1000100 111101 0 1000000 11010 1110110 101111 110010

Color Harmonies of #49BC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BC44

Black with #49BC44

Text Example


Text Example

White with #49BC44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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