#41D48F

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

Shades of Shamrock #41D48F

Tints of Shamrock #41D48F

Color information

#41D48F (or 0x41D48F) is unknown color: approx Shamrock. HEX triplet: 41, D4 and 8F. RGB value is (65,212,143). Sum of RGB (Red+Green+Blue) = 65+212+143=420 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.48% from 420); Green value is 212 (83.20% from 255 or 50.48% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 212 - color contains mainly: green. Hex color #41D48F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D48F is #BE2B70. Grayscale: #A0A0A0. Windows color (decimal): -12462961 or 9425985. OLE color: 9425985.

HSL color Cylindrical-coordinate representation of color #41D48F: hue angle of 151.84º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D48F is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB65212143-
CMYK0.6900.330.17
HSL151.84º63.09%54.31%-
HSV(B)151.84º69.34%83.14%-
XYZ30.6850.1934.06-
YUV160.18118.360.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.48%
GREEN value IS 212 (83.20% from 255) = 50.48%
BLUE value IS 143 (56.25% from 255) = 34.05%
R=15.48%
G=50.48%
B=34.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal652121430.6900.330.17151.8463.0954.31
Hex41D48F4502111983f36
Octal101324217105041212307766
Binary10000011101010010001111100010101000011000110011000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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