#41F18C

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

Shades of Shamrock #41F18C

Tints of Shamrock #41F18C

Color information

#41F18C (or 0x41F18C) is unknown color: approx Shamrock. HEX triplet: 41, F1 and 8C. RGB value is (65,241,140). Sum of RGB (Red+Green+Blue) = 65+241+140=446 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.57% from 446); Green value is 241 (94.53% from 255 or 54.04% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 241 - color contains mainly: green. Hex color #41F18C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41F18C is #BE0E73. Grayscale: #B1B1B1. Windows color (decimal): -12455540 or 9236801. OLE color: 9236801.

HSL color Cylindrical-coordinate representation of color #41F18C: hue angle of 145.57º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F18C is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB65241140-
CMYK0.7300.420.05
HSL145.57º86.27%60%-
HSV(B)145.57º73.03%94.51%-
XYZ38.3765.9335.51-
YUV176.86107.1948.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.57%
GREEN value IS 241 (94.53% from 255) = 54.04%
BLUE value IS 140 (55.08% from 255) = 31.39%
R=14.57%
G=54.04%
B=31.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal652411400.7300.420.05145.5786.2760
Hex41F18C4902A592563c
Octal101361214111052522212674
Binary1000001111100011000110010010010101010101100100101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,241,140); }

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

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

 a { background-color: rgb(65,241,140); }

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

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

 span { border-color: rgb(65,241,140); }

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