Html Css Color HEX #44BA58 Fruit Salad

📋 copy color: '#44BA58'

red 68 ◦ green 186 ◦ blue 88

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

Shades of Fruit Salad #44BA58

Tints of Fruit Salad #44BA58

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.39%

 BLUE value IS 88 (34.77% from 255) = 25.73%

R = 19.88%
G = 54.39%
B = 25.73%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#44BA58 (or 0x44BA58) is known color: Fruit Salad. HEX triplet: 44, BA and 58. RGB value is (68,186,88). Sum of RGB (Red+Green+Blue) = 68+186+88=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #44BA58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44BA58 is #BB45A7. Grayscale: #8B8B8B. Windows color (decimal): -12273064 or 5814852. OLE color: 5814852.

HSL color Cylindrical-coordinate representation of color #44BA58: hue angle of 130.17º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44BA58 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 186 88 -
CMYK 0.63 0 0.53 0.27
HSL 130.17º 0.46% 0.5% -
HSV(B) 130.17º 0.63% 0.73% -
XYZ 21.7 37.05 15.24 -
YUV 139.55 98.91 76.97 -
System Red Green Blue C M Y K H S L
Decimal 68 186 88 0.63 0 0.53 0.27 130.17 0.46 0.5
Hex 44 BA 58 3F 0 35 1B 82 2E 32
Octal 104 272 130 77 0 65 33 202 56 62
Binary 1000100 10111010 1011000 111111 0 110101 11011 10000010 101110 110010

Color Harmonies of #44BA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44BA58

Black with #44BA58

Text Example


Text Example

White with #44BA58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,186,88); }

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

background-color css

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

 a { background-color: rgb(68,186,88); }

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

border-color css

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

 span { border-color: rgb(68,186,88); }

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