#40C187

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

Shades of Shamrock #40C187

Tints of Shamrock #40C187

Color information

#40C187 (or 0x40C187) is unknown color: approx Shamrock. HEX triplet: 40, C1 and 87. RGB value is (64,193,135). Sum of RGB (Red+Green+Blue) = 64+193+135=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 193 (75.78% from 255 or 49.23% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 193 - color contains mainly: green. Hex color #40C187 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C187 is #BF3E78. Grayscale: #939393. Windows color (decimal): -12533369 or 8896832. OLE color: 8896832.

HSL color Cylindrical-coordinate representation of color #40C187: hue angle of 153.02º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C187 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB64193135-
CMYK0.6700.300.24
HSL153.02º50.99%50.39%-
HSV(B)153.02º66.84%75.69%-
XYZ25.5640.9829.48-
YUV147.82120.7668.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.33%
GREEN value IS 193 (75.78% from 255) = 49.23%
BLUE value IS 135 (53.12% from 255) = 34.44%
R=16.33%
G=49.23%
B=34.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal641931350.6700.300.24153.0250.9950.39
Hex40C1874301E18993332
Octal100301207103036302316362
Binary1000000110000011000011110000110111101100010011001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,193,135); }

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

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

 a { background-color: rgb(64,193,135); }

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

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

 span { border-color: rgb(64,193,135); }

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