Html Css Color HEX #44BA44 Fruit Salad

📋 copy color: '#44BA44'

red 68 ◦ green 186 ◦ blue 68

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

Shades of Fruit Salad #44BA44

Tints of Fruit Salad #44BA44

RGB

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

 GREEN value IS 186 (73.05% from 255) = 57.76%

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

R = 21.12%
G = 57.76%
B = 21.12%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#44BA44 (or 0x44BA44) is known color: Fruit Salad. HEX triplet: 44, BA and 44. RGB value is (68,186,68). Sum of RGB (Red+Green+Blue) = 68+186+68=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #44BA44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BA44 is #BB45BB. Grayscale: #898989. Windows color (decimal): -12273084 or 4504132. OLE color: 4504132.

HSL color Cylindrical-coordinate representation of color #44BA44: hue angle of 120º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44BA44 is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 186 68 -
CMYK 0.63 0 0.63 0.27
HSL 120º 0.46% 0.5% -
HSV(B) 120º 0.63% 0.73% -
XYZ 20.99 36.76 11.46 -
YUV 137.27 88.91 78.59 -
System Red Green Blue C M Y K H S L
Decimal 68 186 68 0.63 0 0.63 0.27 120 0.46 0.5
Hex 44 BA 44 3F 0 3F 1B 78 2E 32
Octal 104 272 104 77 0 77 33 170 56 62
Binary 1000100 10111010 1000100 111111 0 111111 11011 1111000 101110 110010

Color Harmonies of #44BA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44BA44

Black with #44BA44

Text Example


Text Example

White with #44BA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,186,68); }

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

background-color css

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

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

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

border-color css

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

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

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