#41C050

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

Shades of Fruit Salad #41C050

Tints of Fruit Salad #41C050

Color information

#41C050 (or 0x41C050) is unknown color: approx Fruit Salad. HEX triplet: 41, C0 and 50. RGB value is (65,192,80). Sum of RGB (Red+Green+Blue) = 65+192+80=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #41C050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C050 is #BE3FAF. Grayscale: #8D8D8D. Windows color (decimal): -12468144 or 5292097. OLE color: 5292097.

HSL color Cylindrical-coordinate representation of color #41C050: hue angle of 127.09º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C050 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB6519280-
CMYK0.6600.580.25
HSL127.09º50.2%50.39%-
HSV(B)127.09º66.15%75.29%-
XYZ22.4839.414.01-
YUV141.2693.4273.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.29%
GREEN value IS 192 (75.39% from 255) = 56.97%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=19.29%
G=56.97%
B=23.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65192800.6600.580.25127.0950.250.39
Hex41C0504203A197f3232
Octal101300120102072311776262
Binary100000111000000101000010000100111010110011111111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41C050; }

 p { color: rgb(65,192,80); }

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

<style>
 a { background-color: #41C050; }

 a { background-color: rgb(65,192,80); }

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

<style>
 span { border-color: #41C050; }

 span { border-color: rgb(65,192,80); }

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