#41C24D

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

Shades of Fruit Salad #41C24D

Tints of Fruit Salad #41C24D

Color information

#41C24D (or 0x41C24D) is unknown color: approx Fruit Salad. HEX triplet: 41, C2 and 4D. RGB value is (65,194,77). Sum of RGB (Red+Green+Blue) = 65+194+77=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 194 (76.17% from 255 or 57.74% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 194 - color contains mainly: green. Hex color #41C24D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C24D is #BE3DB2. Grayscale: #8E8E8E. Windows color (decimal): -12467635 or 5096001. OLE color: 5096001.

HSL color Cylindrical-coordinate representation of color #41C24D: hue angle of 125.58º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C24D is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB6519477-
CMYK0.6600.600.24
HSL125.58º51.39%50.78%-
HSV(B)125.58º66.49%76.08%-
XYZ22.8140.2413.59-
YUV142.0991.2673.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.35%
GREEN value IS 194 (76.17% from 255) = 57.74%
BLUE value IS 77 (30.47% from 255) = 22.92%
R=19.35%
G=57.74%
B=22.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal65194770.6600.600.24125.5851.3950.78
Hex41C24D4203C187e3333
Octal101302115102074301766363
Binary100000111000010100110110000100111100110001111110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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