Html Css Color HEX #44AE4D Fruit Salad

📋 copy color: '#44AE4D'

red 68 ◦ green 174 ◦ blue 77

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

Shades of Fruit Salad #44AE4D

Tints of Fruit Salad #44AE4D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 54.55%

 BLUE value IS 77 (30.47% from 255) = 24.14%

R = 21.32%
G = 54.55%
B = 24.14%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#44AE4D (or 0x44AE4D) is known color: Fruit Salad. HEX triplet: 44, AE and 4D. RGB value is (68,174,77). Sum of RGB (Red+Green+Blue) = 68+174+77=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 174 (68.36% from 255 or 54.55% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 174 - color contains mainly: green. Hex color #44AE4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AE4D is #BB51B2. Grayscale: #838383. Windows color (decimal): -12276147 or 5090884. OLE color: 5090884.

HSL color Cylindrical-coordinate representation of color #44AE4D: hue angle of 125.09º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44AE4D is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 174 77 -
CMYK 0.61 0 0.56 0.32
HSL 125.09º 0.44% 0.47% -
HSV(B) 125.09º 0.61% 0.68% -
XYZ 18.86 32.04 12.21 -
YUV 131.25 97.38 82.89 -
System Red Green Blue C M Y K H S L
Decimal 68 174 77 0.61 0 0.56 0.32 125.09 0.44 0.47
Hex 44 AE 4D 3D 0 38 20 7D 2C 2F
Octal 104 256 115 75 0 70 40 175 54 57
Binary 1000100 10101110 1001101 111101 0 111000 100000 1111101 101100 101111

Color Harmonies of #44AE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AE4D

Black with #44AE4D

Text Example


Text Example

White with #44AE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,174,77); }

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

background-color css

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

 a { background-color: rgb(68,174,77); }

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

border-color css

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

 span { border-color: rgb(68,174,77); }

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