#41BB57

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

Shades of Fruit Salad #41BB57

Tints of Fruit Salad #41BB57

Color information

#41BB57 (or 0x41BB57) is unknown color: approx Fruit Salad. HEX triplet: 41, BB and 57. RGB value is (65,187,87). Sum of RGB (Red+Green+Blue) = 65+187+87=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 187 (73.44% from 255 or 55.16% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 187 - color contains mainly: green. Hex color #41BB57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41BB57 is #BE44A8. Grayscale: #8B8B8B. Windows color (decimal): -12469417 or 5749569. OLE color: 5749569.

HSL color Cylindrical-coordinate representation of color #41BB57: hue angle of 130.82º 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 #41BB57 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB6518787-
CMYK0.6500.530.27
HSL130.82º48.41%49.41%-
HSV(B)130.82º65.24%73.33%-
XYZ21.6737.3515.08-
YUV139.1298.5875.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.17%
GREEN value IS 187 (73.44% from 255) = 55.16%
BLUE value IS 87 (34.38% from 255) = 25.66%
R=19.17%
G=55.16%
B=25.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal65187870.6500.530.27130.8248.4149.41
Hex41BB57410351B833031
Octal101273127101065332036061
Binary1000001101110111010111100000101101011101110000011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BB57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,187,87); }

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

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

 a { background-color: rgb(65,187,87); }

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

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

 span { border-color: rgb(65,187,87); }

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