Html Css Color HEX #44C34C Fruit Salad

📋 copy color: '#44C34C'

red 68 ◦ green 195 ◦ blue 76

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

Shades of Fruit Salad #44C34C

Tints of Fruit Salad #44C34C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.52%

 BLUE value IS 76 (30.08% from 255) = 22.42%

R = 20.06%
G = 57.52%
B = 22.42%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#44C34C (or 0x44C34C) is known color: Fruit Salad. HEX triplet: 44, C3 and 4C. RGB value is (68,195,76). Sum of RGB (Red+Green+Blue) = 68+195+76=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #44C34C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C34C is #BB3CB3. Grayscale: #8F8F8F. Windows color (decimal): -12270772 or 5030724. OLE color: 5030724.

HSL color Cylindrical-coordinate representation of color #44C34C: hue angle of 123.78º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44C34C is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 68 195 76 -
CMYK 0.65 0 0.61 0.24
HSL 123.78º 0.51% 0.52% -
HSV(B) 123.78º 0.65% 0.76% -
XYZ 23.2 40.78 13.49 -
YUV 143.46 89.92 74.18 -
System Red Green Blue C M Y K H S L
Decimal 68 195 76 0.65 0 0.61 0.24 123.78 0.51 0.52
Hex 44 C3 4C 41 0 3D 18 7C 33 34
Octal 104 303 114 101 0 75 30 174 63 64
Binary 1000100 11000011 1001100 1000001 0 111101 11000 1111100 110011 110100

Color Harmonies of #44C34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44C34C

Black with #44C34C

Text Example


Text Example

White with #44C34C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,195,76); }

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

background-color css

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

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

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

border-color css

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

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

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