#41A950

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

Shades of Fruit Salad #41A950

Tints of Fruit Salad #41A950

Color information

#41A950 (or 0x41A950) is unknown color: approx Fruit Salad. HEX triplet: 41, A9 and 50. RGB value is (65,169,80). Sum of RGB (Red+Green+Blue) = 65+169+80=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 169 (66.41% from 255 or 53.82% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 169 - color contains mainly: green. Hex color #41A950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A950 is #BE56AF. Grayscale: #808080. Windows color (decimal): -12474032 or 5286209. OLE color: 5286209.

HSL color Cylindrical-coordinate representation of color #41A950: hue angle of 128.65º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41A950 is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB6516980-
CMYK0.6200.530.34
HSL128.65º44.44%45.88%-
HSV(B)128.65º61.54%66.27%-
XYZ17.8230.0812.46-
YUV127.76101.0483.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.70%
GREEN value IS 169 (66.41% from 255) = 53.82%
BLUE value IS 80 (31.64% from 255) = 25.48%
R=20.70%
G=53.82%
B=25.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal65169800.6200.530.34128.6544.4445.88
Hex41A9503E03522812c2e
Octal10125112076065422015456
Binary1000001101010011010000111110011010110001010000001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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