#40BC95

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

Shades of Shamrock #40BC95

Tints of Shamrock #40BC95

Color information

#40BC95 (or 0x40BC95) is unknown color: approx Shamrock. HEX triplet: 40, BC and 95. RGB value is (64,188,149). Sum of RGB (Red+Green+Blue) = 64+188+149=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BC95 is #BF436A. Grayscale: #929292. Windows color (decimal): -12534635 or 9813056. OLE color: 9813056.

HSL color Cylindrical-coordinate representation of color #40BC95: hue angle of 161.13º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BC95 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB64188149-
CMYK0.6600.210.26
HSL161.13º49.21%49.41%-
HSV(B)161.13º65.96%73.73%-
XYZ25.5239.2334.66-
YUV146.48129.4269.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.96%
GREEN value IS 188 (73.83% from 255) = 46.88%
BLUE value IS 149 (58.59% from 255) = 37.16%
R=15.96%
G=46.88%
B=37.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal641881490.6600.210.26161.1349.2149.41
Hex40BC95420151Aa13131
Octal100274225102025322416161
Binary1000000101111001001010110000100101011101010100001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40BC95; }

 p { color: rgb(64,188,149); }

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

<style>
 a { background-color: #40BC95; }

 a { background-color: rgb(64,188,149); }

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

<style>
 span { border-color: #40BC95; }

 span { border-color: rgb(64,188,149); }

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