#41C14E

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

Shades of Fruit Salad #41C14E

Tints of Fruit Salad #41C14E

Color information

#41C14E (or 0x41C14E) is unknown color: approx Fruit Salad. HEX triplet: 41, C1 and 4E. RGB value is (65,193,78). Sum of RGB (Red+Green+Blue) = 65+193+78=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 193 (75.78% from 255 or 57.44% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 193 - color contains mainly: green. Hex color #41C14E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C14E is #BE3EB1. Grayscale: #8D8D8D. Windows color (decimal): -12467890 or 5161281. OLE color: 5161281.

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

Color convert

RGB6519378-
CMYK0.6600.600.24
HSL126.09º50.79%50.59%-
HSV(B)126.09º66.32%75.69%-
XYZ22.6339.8113.7-
YUV141.6292.0973.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.35%
GREEN value IS 193 (75.78% from 255) = 57.44%
BLUE value IS 78 (30.86% from 255) = 23.21%
R=19.35%
G=57.44%
B=23.21%

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
Decimal65193780.6600.600.24126.0950.7950.59
Hex41C14E4203C187e3333
Octal101301116102074301766363
Binary100000111000001100111010000100111100110001111110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,193,78); }

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

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

 a { background-color: rgb(65,193,78); }

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

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

 span { border-color: rgb(65,193,78); }

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