#41bf95

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

Shades of Shamrock #41BF95

Tints of Shamrock #41BF95

Color information

#41BF95 (or 0x41BF95) is unknown color: approx Shamrock. HEX triplet: 41, BF and 95. RGB value is (65,191,149). Sum of RGB (Red+Green+Blue) = 65+191+149=405 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.05% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BF95 is #BE406A. Grayscale: #949494. Windows color (decimal): -12468331 or 9813825. OLE color: 9813825.

HSL color Cylindrical-coordinate representation of color #41BF95: hue angle of 160º 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 #41BF95 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB65191149-
CMYK0.6600.220.25
HSL160º49.61%50.2%-
HSV(B)160º65.97%74.9%-
XYZ26.2440.5634.88-
YUV148.54128.2668.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.05%
GREEN value IS 191 (75% from 255) = 47.16%
BLUE value IS 149 (58.59% from 255) = 36.79%
R=16.05%
G=47.16%
B=36.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651911490.6600.220.2516049.6150.2
Hex41BF954201619a03232
Octal101277225102026312406262
Binary1000001101111111001010110000100101101100110100000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41bf95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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