#44ca55

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

Shades of Fruit Salad #44CA55

Tints of Fruit Salad #44CA55

Color information

#44CA55 (or 0x44CA55) is unknown color: approx Fruit Salad. HEX triplet: 44, CA and 55. RGB value is (68,202,85). Sum of RGB (Red+Green+Blue) = 68+202+85=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #44CA55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CA55 is #BB35AA. Grayscale: #949494. Windows color (decimal): -12268971 or 5622340. OLE color: 5622340.

HSL color Cylindrical-coordinate representation of color #44CA55: hue angle of 127.61º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44CA55 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB6820285-
CMYK0.6600.580.21
HSL127.61º55.83%52.94%-
HSV(B)127.61º66.34%79.22%-
XYZ25.1444.1315.79-
YUV148.692.1170.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.15%
GREEN value IS 202 (79.30% from 255) = 56.90%
BLUE value IS 85 (33.59% from 255) = 23.94%
R=19.15%
G=56.90%
B=23.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal68202850.6600.580.21127.6155.8352.94
Hex44CA554203A15803835
Octal104312125102072252007065
Binary1000100110010101010101100001001110101010110000000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44ca55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,202,85); }

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

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

 a { background-color: rgb(68,202,85); }

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

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

 span { border-color: rgb(68,202,85); }

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