#40D391

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

Shades of Shamrock #40D391

Tints of Shamrock #40D391

Color information

#40D391 (or 0x40D391) is unknown color: approx Shamrock. HEX triplet: 40, D3 and 91. RGB value is (64,211,145). Sum of RGB (Red+Green+Blue) = 64+211+145=420 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.24% from 420); Green value is 211 (82.81% from 255 or 50.24% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 211 - color contains mainly: green. Hex color #40D391 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D391 is #BF2C6E. Grayscale: #9F9F9F. Windows color (decimal): -12528751 or 9556800. OLE color: 9556800.

HSL color Cylindrical-coordinate representation of color #40D391: hue angle of 153.06º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D391 is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB64211145-
CMYK0.7000.310.17
HSL153.06º62.55%53.92%-
HSV(B)153.06º69.67%82.75%-
XYZ30.5249.7234.78-
YUV159.52119.859.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.24%
GREEN value IS 211 (82.81% from 255) = 50.24%
BLUE value IS 145 (57.03% from 255) = 34.52%
R=15.24%
G=50.24%
B=34.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal642111450.7000.310.17153.0662.5553.92
Hex40D3914601F11993f36
Octal100323221106037212317766
Binary1000000110100111001000110001100111111000110011001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,211,145); }

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

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

 a { background-color: rgb(64,211,145); }

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

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

 span { border-color: rgb(64,211,145); }

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