#41BF4B

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

Shades of Fruit Salad #41BF4B

Tints of Fruit Salad #41BF4B

Color information

#41BF4B (or 0x41BF4B) is unknown color: approx Fruit Salad. HEX triplet: 41, BF and 4B. RGB value is (65,191,75). Sum of RGB (Red+Green+Blue) = 65+191+75=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 191 (75% from 255 or 57.70% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BF4B is #BE40B4. Grayscale: #8C8C8C. Windows color (decimal): -12468405 or 4964161. OLE color: 4964161.

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

Color convert

RGB6519175-
CMYK0.6600.610.25
HSL124.76º49.61%50.2%-
HSV(B)124.76º65.97%74.9%-
XYZ22.0838.8913-
YUV140.191.2674.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.64%
GREEN value IS 191 (75% from 255) = 57.70%
BLUE value IS 75 (29.69% from 255) = 22.66%
R=19.64%
G=57.70%
B=22.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65191750.6600.610.25124.7649.6150.2
Hex41BF4B4203D197d3232
Octal101277113102075311756262
Binary100000110111111100101110000100111101110011111101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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