Html Css Color HEX #49BF44 Fruit Salad

📋 copy color: '#49BF44'

red 73 ◦ green 191 ◦ blue 68

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

Shades of Fruit Salad #49BF44

Tints of Fruit Salad #49BF44

RGB

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

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

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

R = 21.99%
G = 57.53%
B = 20.48%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#49BF44 (or 0x49BF44) is known color: Fruit Salad. HEX triplet: 49, BF and 44. RGB value is (73,191,68). Sum of RGB (Red+Green+Blue) = 73+191+68=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 191 (75% from 255 or 57.53% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BF44 is #B640BB. Grayscale: #8E8E8E. Windows color (decimal): -11944124 or 4505417. OLE color: 4505417.

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

Color convert

RGB 73 191 68 -
CMYK 0.62 0 0.64 0.25
HSL 117.56º 0.49% 0.51% -
HSV(B) 117.56º 0.64% 0.75% -
XYZ 22.42 39.1 11.83 -
YUV 141.7 86.41 79 -
System Red Green Blue C M Y K H S L
Decimal 73 191 68 0.62 0 0.64 0.25 117.56 0.49 0.51
Hex 49 BF 44 3E 0 40 19 76 31 33
Octal 111 277 104 76 0 100 31 166 61 63
Binary 1001001 10111111 1000100 111110 0 1000000 11001 1110110 110001 110011

Color Harmonies of #49BF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF44

Black with #49BF44

Text Example


Text Example

White with #49BF44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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