Html Css Color HEX #49BF47 Fruit Salad

📋 copy color: '#49BF47'

red 73 ◦ green 191 ◦ blue 71

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

Shades of Fruit Salad #49BF47

Tints of Fruit Salad #49BF47

RGB

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

 GREEN value IS 191 (75% from 255) = 57.01%

 BLUE value IS 71 (28.13% from 255) = 21.19%

R = 21.79%
G = 57.01%
B = 21.19%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#49BF47 (or 0x49BF47) is known color: Fruit Salad. HEX triplet: 49, BF and 47. RGB value is (73,191,71). Sum of RGB (Red+Green+Blue) = 73+191+71=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 191 (75% from 255 or 57.01% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BF47 is #B640B8. Grayscale: #8E8E8E. Windows color (decimal): -11944121 or 4702025. OLE color: 4702025.

HSL color Cylindrical-coordinate representation of color #49BF47: hue angle of 119º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49BF47 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 191 71 -
CMYK 0.62 0 0.63 0.25
HSL 119º 0.48% 0.51% -
HSV(B) 119º 0.63% 0.75% -
XYZ 22.52 39.13 12.33 -
YUV 142.04 87.91 78.76 -
System Red Green Blue C M Y K H S L
Decimal 73 191 71 0.62 0 0.63 0.25 119 0.48 0.51
Hex 49 BF 47 3E 0 3F 19 77 30 33
Octal 111 277 107 76 0 77 31 167 60 63
Binary 1001001 10111111 1000111 111110 0 111111 11001 1110111 110000 110011

Color Harmonies of #49BF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF47

Black with #49BF47

Text Example


Text Example

White with #49BF47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,191,71); }

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

background-color css

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

 a { background-color: rgb(73,191,71); }

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

border-color css

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

 span { border-color: rgb(73,191,71); }

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