#41B650

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

Shades of Fruit Salad #41B650

Tints of Fruit Salad #41B650

Color information

#41B650 (or 0x41B650) is unknown color: approx Fruit Salad. HEX triplet: 41, B6 and 50. RGB value is (65,182,80). Sum of RGB (Red+Green+Blue) = 65+182+80=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 182 (71.48% from 255 or 55.66% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 182 - color contains mainly: green. Hex color #41B650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41B650 is #BE49AF. Grayscale: #878787. Windows color (decimal): -12470704 or 5289537. OLE color: 5289537.

HSL color Cylindrical-coordinate representation of color #41B650: hue angle of 127.69º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41B650 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB6518280-
CMYK0.6400.560.29
HSL127.69º47.37%48.43%-
HSV(B)127.69º64.29%71.37%-
XYZ20.3635.1613.3-
YUV135.3996.7477.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.88%
GREEN value IS 182 (71.48% from 255) = 55.66%
BLUE value IS 80 (31.64% from 255) = 24.46%
R=19.88%
G=55.66%
B=24.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal65182800.6400.560.29127.6947.3748.43
Hex41B650400381D802f30
Octal101266120100070352005760
Binary1000001101101101010000100000001110001110110000000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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