Html Css Color HEX #49BB41 Fruit Salad

📋 copy color: '#49BB41'

red 73 ◦ green 187 ◦ blue 65

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

Shades of Fruit Salad #49BB41

Tints of Fruit Salad #49BB41

RGB

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

 GREEN value IS 187 (73.44% from 255) = 57.54%

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

R = 22.46%
G = 57.54%
B = 20%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#49BB41 (or 0x49BB41) is known color: Fruit Salad. HEX triplet: 49, BB and 41. RGB value is (73,187,65). Sum of RGB (Red+Green+Blue) = 73+187+65=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 187 (73.44% from 255 or 57.54% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BB41 is #B644BE. Grayscale: #8B8B8B. Windows color (decimal): -11945151 or 4307785. OLE color: 4307785.

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

Color convert

RGB 73 187 65 -
CMYK 0.61 0 0.65 0.27
HSL 116.07º 0.48% 0.49% -
HSV(B) 116.07º 0.65% 0.73% -
XYZ 21.47 37.34 11.08 -
YUV 139.01 86.23 80.92 -
System Red Green Blue C M Y K H S L
Decimal 73 187 65 0.61 0 0.65 0.27 116.07 0.48 0.49
Hex 49 BB 41 3D 0 41 1B 74 30 31
Octal 111 273 101 75 0 101 33 164 60 61
Binary 1001001 10111011 1000001 111101 0 1000001 11011 1110100 110000 110001

Color Harmonies of #49BB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BB41

Black with #49BB41

Text Example


Text Example

White with #49BB41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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