#41FF8F

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

Shades of Shamrock #41FF8F

Tints of Shamrock #41FF8F

Color information

#41FF8F (or 0x41FF8F) is unknown color: approx Shamrock. HEX triplet: 41, FF and 8F. RGB value is (65,255,143). Sum of RGB (Red+Green+Blue) = 65+255+143=463 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.04% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #41FF8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41FF8F is #BE0070. Grayscale: #B9B9B9. Windows color (decimal): -12451953 or 9436993. OLE color: 9436993.

HSL color Cylindrical-coordinate representation of color #41FF8F: hue angle of 144.63º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41FF8F is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB65255143-
CMYK0.7500.440
HSL144.63º100%62.75%-
HSV(B)144.63º74.51%100%-
XYZ42.974.6338.13-
YUV185.42104.0542.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.04%
GREEN value IS 255 (100% from 255) = 55.08%
BLUE value IS 143 (56.25% from 255) = 30.89%
R=14.04%
G=55.08%
B=30.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal652551430.7500.440144.6310062.75
Hex41FF8F4B02C091643f
Octal101377217113054022114477
Binary10000011111111110001111100101101011000100100011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41FF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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