#41F18F

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

Shades of Shamrock #41F18F

Tints of Shamrock #41F18F

Color information

#41F18F (or 0x41F18F) is unknown color: approx Shamrock. HEX triplet: 41, F1 and 8F. RGB value is (65,241,143). Sum of RGB (Red+Green+Blue) = 65+241+143=449 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.48% from 449); Green value is 241 (94.53% from 255 or 53.67% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 241 - color contains mainly: green. Hex color #41F18F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41F18F is #BE0E70. Grayscale: #B1B1B1. Windows color (decimal): -12455537 or 9433409. OLE color: 9433409.

HSL color Cylindrical-coordinate representation of color #41F18F: hue angle of 146.59º 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 #41F18F is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB65241143-
CMYK0.7300.410.05
HSL146.59º86.27%60%-
HSV(B)146.59º73.03%94.51%-
XYZ38.5966.0236.7-
YUV177.2108.6947.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.48%
GREEN value IS 241 (94.53% from 255) = 53.67%
BLUE value IS 143 (56.25% from 255) = 31.85%
R=14.48%
G=53.67%
B=31.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal652411430.7300.410.05146.5986.2760
Hex41F18F49029593563c
Octal101361217111051522312674
Binary1000001111100011000111110010010101001101100100111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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