#41B951

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

Shades of Fruit Salad #41B951

Tints of Fruit Salad #41B951

Color information

#41B951 (or 0x41B951) is unknown color: approx Fruit Salad. HEX triplet: 41, B9 and 51. RGB value is (65,185,81). Sum of RGB (Red+Green+Blue) = 65+185+81=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 185 (72.66% from 255 or 55.89% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 185 - color contains mainly: green. Hex color #41B951 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41B951 is #BE46AE. Grayscale: #898989. Windows color (decimal): -12469935 or 5355841. OLE color: 5355841.

HSL color Cylindrical-coordinate representation of color #41B951: hue angle of 128º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41B951 is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB6518581-
CMYK0.6500.560.27
HSL128º48%49.02%-
HSV(B)128º64.86%72.55%-
XYZ21.0136.4213.71-
YUV137.2696.2476.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.64%
GREEN value IS 185 (72.66% from 255) = 55.89%
BLUE value IS 81 (32.03% from 255) = 24.47%
R=19.64%
G=55.89%
B=24.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal65185810.6500.560.271284849.02
Hex41B951410381B803031
Octal101271121101070332006061
Binary1000001101110011010001100000101110001101110000000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,185,81); }

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

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

 a { background-color: rgb(65,185,81); }

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

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

 span { border-color: rgb(65,185,81); }

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