Html Css Color HEX #44BA41 Fruit Salad

📋 copy color: '#44BA41'

red 68 ◦ green 186 ◦ blue 65

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

Shades of Fruit Salad #44BA41

Tints of Fruit Salad #44BA41

RGB

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

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

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

R = 21.32%
G = 58.31%
B = 20.38%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#44BA41 (or 0x44BA41) is known color: Fruit Salad. HEX triplet: 44, BA and 41. RGB value is (68,186,65). Sum of RGB (Red+Green+Blue) = 68+186+65=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #44BA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BA41 is #BB45BE. Grayscale: #898989. Windows color (decimal): -12273087 or 4307524. OLE color: 4307524.

HSL color Cylindrical-coordinate representation of color #44BA41: hue angle of 118.51º 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 #44BA41 is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 186 65 -
CMYK 0.63 0 0.65 0.27
HSL 118.51º 0.48% 0.49% -
HSV(B) 118.51º 0.65% 0.73% -
XYZ 20.9 36.73 10.99 -
YUV 136.92 87.41 78.84 -
System Red Green Blue C M Y K H S L
Decimal 68 186 65 0.63 0 0.65 0.27 118.51 0.48 0.49
Hex 44 BA 41 3F 0 41 1B 77 30 31
Octal 104 272 101 77 0 101 33 167 60 61
Binary 1000100 10111010 1000001 111111 0 1000001 11011 1110111 110000 110001

Color Harmonies of #44BA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44BA41

Black with #44BA41

Text Example


Text Example

White with #44BA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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