#41BF4E

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

Shades of Fruit Salad #41BF4E

Tints of Fruit Salad #41BF4E

Color information

#41BF4E (or 0x41BF4E) is unknown color: approx Fruit Salad. HEX triplet: 41, BF and 4E. RGB value is (65,191,78). Sum of RGB (Red+Green+Blue) = 65+191+78=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 191 (75% from 255 or 57.19% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41BF4E is #BE40B1. Grayscale: #8C8C8C. Windows color (decimal): -12468402 or 5160769. OLE color: 5160769.

HSL color Cylindrical-coordinate representation of color #41BF4E: hue angle of 126.19º 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 #41BF4E is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB6519178-
CMYK0.6600.590.25
HSL126.19º49.61%50.2%-
HSV(B)126.19º65.97%74.9%-
XYZ22.1938.9413.55-
YUV140.4492.7674.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.46%
GREEN value IS 191 (75% from 255) = 57.19%
BLUE value IS 78 (30.86% from 255) = 23.35%
R=19.46%
G=57.19%
B=23.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65191780.6600.590.25126.1949.6150.2
Hex41BF4E4203B197e3232
Octal101277116102073311766262
Binary100000110111111100111010000100111011110011111110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,191,78); }

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

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

 a { background-color: rgb(65,191,78); }

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

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

 span { border-color: rgb(65,191,78); }

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