#44B84B

Color #44B84B Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #44B84B

Tints of Fruit Salad #44B84B

Color information

#44B84B (or 0x44B84B) is unknown color: approx Fruit Salad. HEX triplet: 44, B8 and 4B. RGB value is (68,184,75). Sum of RGB (Red+Green+Blue) = 68+184+75=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 184 (72.27% from 255 or 56.27% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 184 - color contains mainly: green. Hex color #44B84B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44B84B is #BB47B4. Grayscale: #898989. Windows color (decimal): -12273589 or 4962372. OLE color: 4962372.

HSL color Cylindrical-coordinate representation of color #44B84B: hue angle of 123.62º 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 #44B84B is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB6818475-
CMYK0.6300.590.28
HSL123.62º46.03%49.41%-
HSV(B)123.62º63.04%72.16%-
XYZ20.7936.0212.51-
YUV136.8993.0778.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.80%
GREEN value IS 184 (72.27% from 255) = 56.27%
BLUE value IS 75 (29.69% from 255) = 22.94%
R=20.80%
G=56.27%
B=22.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal68184750.6300.590.28123.6246.0349.41
Hex44B84B3F03B1C7c2e31
Octal10427011377073341745661
Binary10001001011100010010111111110111011111001111100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #44B84B;
 }
 .AnyTagClassName
 {
   color: #44B84B;
 }
</style>
background-color css

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

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

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

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

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

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