#41C250

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

Shades of Fruit Salad #41C250

Tints of Fruit Salad #41C250

Color information

#41C250 (or 0x41C250) is unknown color: approx Fruit Salad. HEX triplet: 41, C2 and 50. RGB value is (65,194,80). Sum of RGB (Red+Green+Blue) = 65+194+80=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 194 (76.17% from 255 or 57.23% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 194 - color contains mainly: green. Hex color #41C250 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C250 is #BE3DAF. Grayscale: #8E8E8E. Windows color (decimal): -12467632 or 5292609. OLE color: 5292609.

HSL color Cylindrical-coordinate representation of color #41C250: hue angle of 126.98º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C250 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB6519480-
CMYK0.6600.590.24
HSL126.98º51.39%50.78%-
HSV(B)126.98º66.49%76.08%-
XYZ22.9240.2914.16-
YUV142.4392.7672.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.17%
GREEN value IS 194 (76.17% from 255) = 57.23%
BLUE value IS 80 (31.64% from 255) = 23.60%
R=19.17%
G=57.23%
B=23.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal65194800.6600.590.24126.9851.3950.78
Hex41C2504203B187f3333
Octal101302120102073301776363
Binary100000111000010101000010000100111011110001111111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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