#41DC8D

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

Shades of Shamrock #41DC8D

Tints of Shamrock #41DC8D

Color information

#41DC8D (or 0x41DC8D) is unknown color: approx Shamrock. HEX triplet: 41, DC and 8D. RGB value is (65,220,141). Sum of RGB (Red+Green+Blue) = 65+220+141=426 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.26% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #41DC8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41DC8D is #BE2372. Grayscale: #A4A4A4. Windows color (decimal): -12460915 or 9296961. OLE color: 9296961.

HSL color Cylindrical-coordinate representation of color #41DC8D: hue angle of 149.42º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41DC8D is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB65220141-
CMYK0.7000.360.14
HSL149.42º68.89%55.88%-
HSV(B)149.42º70.45%86.27%-
XYZ32.5854.2333.95-
YUV164.65114.6556.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.26%
GREEN value IS 220 (86.33% from 255) = 51.64%
BLUE value IS 141 (55.47% from 255) = 33.10%
R=15.26%
G=51.64%
B=33.10%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal652201410.7000.360.14149.4268.8955.88
Hex41DC8D46024E954538
Octal1013342151060441622510570
Binary10000011101110010001101100011001001001110100101011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41DC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,220,141); }

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

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

 a { background-color: rgb(65,220,141); }

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

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

 span { border-color: rgb(65,220,141); }

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