#40BC8D

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

Shades of Shamrock #40BC8D

Tints of Shamrock #40BC8D

Color information

#40BC8D (or 0x40BC8D) is unknown color: approx Shamrock. HEX triplet: 40, BC and 8D. RGB value is (64,188,141). Sum of RGB (Red+Green+Blue) = 64+188+141=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BC8D is #BF4372. Grayscale: #919191. Windows color (decimal): -12534643 or 9288768. OLE color: 9288768.

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

Color convert

RGB64188141-
CMYK0.6600.250.26
HSL157.26º49.21%49.41%-
HSV(B)157.26º65.96%73.73%-
XYZ24.9138.9831.41-
YUV145.57125.4269.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.28%
GREEN value IS 188 (73.83% from 255) = 47.84%
BLUE value IS 141 (55.47% from 255) = 35.88%
R=16.28%
G=47.84%
B=35.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal641881410.6600.250.26157.2649.2149.41
Hex40BC8D420191A9d3131
Octal100274215102031322356161
Binary1000000101111001000110110000100110011101010011101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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