#40D69D

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

Shades of Shamrock #40D69D

Tints of Shamrock #40D69D

Color information

#40D69D (or 0x40D69D) is unknown color: approx Shamrock. HEX triplet: 40, D6 and 9D. RGB value is (64,214,157). Sum of RGB (Red+Green+Blue) = 64+214+157=435 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.71% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #40D69D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D69D is #BF2962. Grayscale: #A2A2A2. Windows color (decimal): -12527971 or 10344000. OLE color: 10344000.

HSL color Cylindrical-coordinate representation of color #40D69D: hue angle of 157.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D69D is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB64214157-
CMYK0.7000.270.16
HSL157.2º64.66%54.51%-
HSV(B)157.2º70.09%83.92%-
XYZ32.2551.6240.16-
YUV162.65124.857.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.71%
GREEN value IS 214 (83.98% from 255) = 49.20%
BLUE value IS 157 (61.72% from 255) = 36.09%
R=14.71%
G=49.20%
B=36.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal642141570.7000.270.16157.264.6654.51
Hex40D69D4601B109d4137
Octal1003262351060332023510167
Binary10000001101011010011101100011001101110000100111011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,214,157); }

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

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

 a { background-color: rgb(64,214,157); }

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

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

 span { border-color: rgb(64,214,157); }

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