Html Css Color HEX #44B950 Fruit Salad

📋 copy color: '#44B950'

red 68 ◦ green 185 ◦ blue 80

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

Shades of Fruit Salad #44B950

Tints of Fruit Salad #44B950

RGB

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

 GREEN value IS 185 (72.66% from 255) = 55.56%

 BLUE value IS 80 (31.64% from 255) = 24.02%

R = 20.42%
G = 55.56%
B = 24.02%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#44B950 (or 0x44B950) is known color: Fruit Salad. HEX triplet: 44, B9 and 50. RGB value is (68,185,80). Sum of RGB (Red+Green+Blue) = 68+185+80=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 185 (72.66% from 255 or 55.56% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 185 - color contains mainly: green. Hex color #44B950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44B950 is #BB46AF. Grayscale: #8A8A8A. Windows color (decimal): -12273328 or 5290308. OLE color: 5290308.

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

Color convert

RGB 68 185 80 -
CMYK 0.63 0 0.57 0.27
HSL 126.15º 0.46% 0.5% -
HSV(B) 126.15º 0.63% 0.73% -
XYZ 21.18 36.51 13.52 -
YUV 138.05 95.24 78.04 -
System Red Green Blue C M Y K H S L
Decimal 68 185 80 0.63 0 0.57 0.27 126.15 0.46 0.5
Hex 44 B9 50 3F 0 39 1B 7E 2E 32
Octal 104 271 120 77 0 71 33 176 56 62
Binary 1000100 10111001 1010000 111111 0 111001 11011 1111110 101110 110010

Color Harmonies of #44B950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44B950

Black with #44B950

Text Example


Text Example

White with #44B950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,185,80); }

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

background-color css

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

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

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

border-color css

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

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

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