#41BF8F

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

Shades of Shamrock #41BF8F

Tints of Shamrock #41BF8F

Color information

#41BF8F (or 0x41BF8F) is unknown color: approx Shamrock. HEX triplet: 41, BF and 8F. RGB value is (65,191,143). Sum of RGB (Red+Green+Blue) = 65+191+143=399 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.29% from 399); Green value is 191 (75% from 255 or 47.87% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BF8F is #BE4070. Grayscale: #939393. Windows color (decimal): -12468337 or 9420609. OLE color: 9420609.

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

Color convert

RGB65191143-
CMYK0.6600.250.25
HSL157.14º49.61%50.2%-
HSV(B)157.14º65.97%74.9%-
XYZ25.7740.3732.42-
YUV147.85125.2668.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.29%
GREEN value IS 191 (75% from 255) = 47.87%
BLUE value IS 143 (56.25% from 255) = 35.84%
R=16.29%
G=47.87%
B=35.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651911430.6600.250.25157.1449.6150.2
Hex41BF8F42019199d3232
Octal101277217102031312356262
Binary1000001101111111000111110000100110011100110011101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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