Html Css Color HEX #44B858 Fruit Salad

📋 copy color: '#44B858'

red 68 ◦ green 184 ◦ blue 88

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

Shades of Fruit Salad #44B858

Tints of Fruit Salad #44B858

RGB

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

 GREEN value IS 184 (72.27% from 255) = 54.12%

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

R = 20%
G = 54.12%
B = 25.88%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#44B858 (or 0x44B858) is known color: Fruit Salad. HEX triplet: 44, B8 and 58. RGB value is (68,184,88). Sum of RGB (Red+Green+Blue) = 68+184+88=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 184 (72.27% from 255 or 54.12% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 184 - color contains mainly: green. Hex color #44B858 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44B858 is #BB47A7. Grayscale: #8A8A8A. Windows color (decimal): -12273576 or 5814340. OLE color: 5814340.

HSL color Cylindrical-coordinate representation of color #44B858: hue angle of 130.34º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44B858 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB 68 184 88 -
CMYK 0.63 0 0.52 0.28
HSL 130.34º 0.46% 0.49% -
HSV(B) 130.34º 0.63% 0.72% -
XYZ 21.29 36.21 15.1 -
YUV 138.37 99.57 77.81 -
System Red Green Blue C M Y K H S L
Decimal 68 184 88 0.63 0 0.52 0.28 130.34 0.46 0.49
Hex 44 B8 58 3F 0 34 1C 82 2E 31
Octal 104 270 130 77 0 64 34 202 56 61
Binary 1000100 10111000 1011000 111111 0 110100 11100 10000010 101110 110001

Color Harmonies of #44B858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44B858

Black with #44B858

Text Example


Text Example

White with #44B858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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