#41BA4B

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

Shades of Fruit Salad #41BA4B

Tints of Fruit Salad #41BA4B

Color information

#41BA4B (or 0x41BA4B) is unknown color: approx Fruit Salad. HEX triplet: 41, BA and 4B. RGB value is (65,186,75). Sum of RGB (Red+Green+Blue) = 65+186+75=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #41BA4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BA4B is #BE45B4. Grayscale: #898989. Windows color (decimal): -12469685 or 4962881. OLE color: 4962881.

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

Color convert

RGB6518675-
CMYK0.6500.600.27
HSL124.96º48.21%49.22%-
HSV(B)124.96º65.05%72.94%-
XYZ21.0136.7512.64-
YUV137.1792.9176.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.94%
GREEN value IS 186 (73.05% from 255) = 57.06%
BLUE value IS 75 (29.69% from 255) = 23.01%
R=19.94%
G=57.06%
B=23.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal65186750.6500.600.27124.9648.2149.22
Hex41BA4B4103C1B7d3031
Octal101272113101074331756061
Binary100000110111010100101110000010111100110111111101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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