Html Css Color HEX #44B240 Fruit Salad

📋 copy color: '#44B240'

red 68 ◦ green 178 ◦ blue 64

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

Shades of Fruit Salad #44B240

Tints of Fruit Salad #44B240

RGB

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

 GREEN value IS 178 (69.92% from 255) = 57.42%

 BLUE value IS 64 (25.39% from 255) = 20.65%

R = 21.94%
G = 57.42%
B = 20.65%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#44B240 (or 0x44B240) is known color: Fruit Salad. HEX triplet: 44, B2 and 40. RGB value is (68,178,64). Sum of RGB (Red+Green+Blue) = 68+178+64=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 178 (69.92% from 255 or 57.42% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 178 - color contains mainly: green. Hex color #44B240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44B240 is #BB4DBF. Grayscale: #848484. Windows color (decimal): -12275136 or 4239940. OLE color: 4239940.

HSL color Cylindrical-coordinate representation of color #44B240: hue angle of 117.89º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44B240 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 68 178 64 -
CMYK 0.62 0 0.64 0.30
HSL 117.89º 0.47% 0.47% -
HSV(B) 117.89º 0.64% 0.7% -
XYZ 19.23 33.44 10.29 -
YUV 132.11 89.56 82.27 -
System Red Green Blue C M Y K H S L
Decimal 68 178 64 0.62 0 0.64 0.30 117.89 0.47 0.47
Hex 44 B2 40 3E 0 40 1E 76 2F 2F
Octal 104 262 100 76 0 100 36 166 57 57
Binary 1000100 10110010 1000000 111110 0 1000000 11110 1110110 101111 101111

Color Harmonies of #44B240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44B240

Black with #44B240

Text Example


Text Example

White with #44B240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,178,64); }

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

background-color css

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

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

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

border-color css

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

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

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