#41BE58

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

Shades of Fruit Salad #41BE58

Tints of Fruit Salad #41BE58

Color information

#41BE58 (or 0x41BE58) is unknown color: approx Fruit Salad. HEX triplet: 41, BE and 58. RGB value is (65,190,88). Sum of RGB (Red+Green+Blue) = 65+190+88=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 190 (74.61% from 255 or 55.39% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 190 - color contains mainly: green. Hex color #41BE58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41BE58 is #BE41A7. Grayscale: #8D8D8D. Windows color (decimal): -12468648 or 5815873. OLE color: 5815873.

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

Color convert

RGB6519088-
CMYK0.6600.540.25
HSL131.04º49.02%50%-
HSV(B)131.04º65.79%74.51%-
XYZ22.3538.6615.52-
YUV14198.0973.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.95%
GREEN value IS 190 (74.61% from 255) = 55.39%
BLUE value IS 88 (34.77% from 255) = 25.66%
R=18.95%
G=55.39%
B=25.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65190880.6600.540.25131.0449.0250
Hex41BE584203619833132
Octal101276130102066312036162
Binary1000001101111101011000100001001101101100110000011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,190,88); }

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

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

 a { background-color: rgb(65,190,88); }

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

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

 span { border-color: rgb(65,190,88); }

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