Html Css Color HEX #44B24B Fruit Salad

📋 copy color: '#44B24B'

red 68 ◦ green 178 ◦ blue 75

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

Shades of Fruit Salad #44B24B

Tints of Fruit Salad #44B24B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.36%

R = 21.18%
G = 55.45%
B = 23.36%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#44B24B (or 0x44B24B) is known color: Fruit Salad. HEX triplet: 44, B2 and 4B. RGB value is (68,178,75). Sum of RGB (Red+Green+Blue) = 68+178+75=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 178 (69.92% from 255 or 55.45% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 178 - color contains mainly: green. Hex color #44B24B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44B24B is #BB4DB4. Grayscale: #858585. Windows color (decimal): -12275125 or 4960836. OLE color: 4960836.

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

Color convert

RGB 68 178 75 -
CMYK 0.62 0 0.58 0.30
HSL 123.82º 0.45% 0.48% -
HSV(B) 123.82º 0.62% 0.7% -
XYZ 19.57 33.58 12.11 -
YUV 133.37 95.06 81.38 -
System Red Green Blue C M Y K H S L
Decimal 68 178 75 0.62 0 0.58 0.30 123.82 0.45 0.48
Hex 44 B2 4B 3E 0 3A 1E 7C 2D 30
Octal 104 262 113 76 0 72 36 174 55 60
Binary 1000100 10110010 1001011 111110 0 111010 11110 1111100 101101 110000

Color Harmonies of #44B24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44B24B

Black with #44B24B

Text Example


Text Example

White with #44B24B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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