Html Css Color HEX #44BD4E Fruit Salad

📋 copy color: '#44BD4E'

red 68 ◦ green 189 ◦ blue 78

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

Shades of Fruit Salad #44BD4E

Tints of Fruit Salad #44BD4E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 56.42%

 BLUE value IS 78 (30.86% from 255) = 23.28%

R = 20.3%
G = 56.42%
B = 23.28%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#44BD4E (or 0x44BD4E) is known color: Fruit Salad. HEX triplet: 44, BD and 4E. RGB value is (68,189,78). Sum of RGB (Red+Green+Blue) = 68+189+78=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 189 (74.22% from 255 or 56.42% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 189 - color contains mainly: green. Hex color #44BD4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44BD4E is #BB42B1. Grayscale: #8C8C8C. Windows color (decimal): -12272306 or 5160260. OLE color: 5160260.

HSL color Cylindrical-coordinate representation of color #44BD4E: hue angle of 124.96º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BD4E is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 189 78 -
CMYK 0.64 0 0.59 0.26
HSL 124.96º 0.48% 0.5% -
HSV(B) 124.96º 0.64% 0.74% -
XYZ 21.96 38.17 13.42 -
YUV 140.17 92.91 76.53 -
System Red Green Blue C M Y K H S L
Decimal 68 189 78 0.64 0 0.59 0.26 124.96 0.48 0.5
Hex 44 BD 4E 40 0 3B 1A 7D 30 32
Octal 104 275 116 100 0 73 32 175 60 62
Binary 1000100 10111101 1001110 1000000 0 111011 11010 1111101 110000 110010

Color Harmonies of #44BD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44BD4E

Black with #44BD4E

Text Example


Text Example

White with #44BD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,189,78); }

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

background-color css

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

 a { background-color: rgb(68,189,78); }

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

border-color css

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

 span { border-color: rgb(68,189,78); }

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