#41B24D

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

Shades of Fruit Salad #41B24D

Tints of Fruit Salad #41B24D

Color information

#41B24D (or 0x41B24D) is unknown color: approx Fruit Salad. HEX triplet: 41, B2 and 4D. RGB value is (65,178,77). Sum of RGB (Red+Green+Blue) = 65+178+77=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 178 (69.92% from 255 or 55.62% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 178 - color contains mainly: green. Hex color #41B24D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41B24D is #BE4DB2. Grayscale: #848484. Windows color (decimal): -12471731 or 5091905. OLE color: 5091905.

HSL color Cylindrical-coordinate representation of color #41B24D: hue angle of 126.37º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41B24D is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB6517877-
CMYK0.6300.570.30
HSL126.37º46.5%47.65%-
HSV(B)126.37º63.48%69.8%-
XYZ19.4433.512.46-
YUV132.796.5679.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.31%
GREEN value IS 178 (69.92% from 255) = 55.62%
BLUE value IS 77 (30.47% from 255) = 24.06%
R=20.31%
G=55.62%
B=24.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal65178770.6300.570.30126.3746.547.65
Hex41B24D3F0391E7e2f30
Octal10126211577071361765760
Binary10000011011001010011011111110111001111101111110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,178,77); }

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

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

 a { background-color: rgb(65,178,77); }

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

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

 span { border-color: rgb(65,178,77); }

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