Html Css Color HEX #44BF49 Fruit Salad

📋 copy color: '#44BF49'

red 68 ◦ green 191 ◦ blue 73

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

Shades of Fruit Salad #44BF49

Tints of Fruit Salad #44BF49

RGB

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

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

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

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

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #44BF49: hue angle of 122.44º 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 #44BF49 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 191 73 -
CMYK 0.64 0 0.62 0.25
HSL 122.44º 0.49% 0.51% -
HSV(B) 122.44º 0.64% 0.75% -
XYZ 22.22 38.97 12.65 -
YUV 140.77 89.75 76.09 -
System Red Green Blue C M Y K H S L
Decimal 68 191 73 0.64 0 0.62 0.25 122.44 0.49 0.51
Hex 44 BF 49 40 0 3E 19 7A 31 33
Octal 104 277 111 100 0 76 31 172 61 63
Binary 1000100 10111111 1001001 1000000 0 111110 11001 1111010 110001 110011

Color Harmonies of #44BF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44BF49

Black with #44BF49

Text Example


Text Example

White with #44BF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44BF49; }

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

 H1.HeaderClassName
 {
   color: #44BF49;
 }
 .AnyTagClassName
 {
   color: #44BF49;
 }
</style>

background-color css

<style>
 a { background-color: #44BF49; }

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

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

border-color css

<style>
 span { border-color: #44BF49; }

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

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