#41BC4B

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

Shades of Fruit Salad #41BC4B

Tints of Fruit Salad #41BC4B

Color information

#41BC4B (or 0x41BC4B) is unknown color: approx Fruit Salad. HEX triplet: 41, BC and 4B. RGB value is (65,188,75). Sum of RGB (Red+Green+Blue) = 65+188+75=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 188 (73.83% from 255 or 57.32% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 188 - color contains mainly: green. Hex color #41BC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BC4B is #BE43B4. Grayscale: #8A8A8A. Windows color (decimal): -12469173 or 4963393. OLE color: 4963393.

HSL color Cylindrical-coordinate representation of color #41BC4B: hue angle of 124.88º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41BC4B is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB6518875-
CMYK0.6500.600.26
HSL124.88º48.62%49.61%-
HSV(B)124.88º65.43%73.73%-
XYZ21.4337.612.78-
YUV138.3492.2575.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.82%
GREEN value IS 188 (73.83% from 255) = 57.32%
BLUE value IS 75 (29.69% from 255) = 22.87%
R=19.82%
G=57.32%
B=22.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal65188750.6500.600.26124.8848.6249.61
Hex41BC4B4103C1A7d3132
Octal101274113101074321756162
Binary100000110111100100101110000010111100110101111101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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