#40DD9C

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

Shades of Shamrock #40DD9C

Tints of Shamrock #40DD9C

Color information

#40DD9C (or 0x40DD9C) is unknown color: approx Shamrock. HEX triplet: 40, DD and 9C. RGB value is (64,221,156). Sum of RGB (Red+Green+Blue) = 64+221+156=441 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.51% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #40DD9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DD9C is #BF2263. Grayscale: #A6A6A6. Windows color (decimal): -12526180 or 10280256. OLE color: 10280256.

HSL color Cylindrical-coordinate representation of color #40DD9C: hue angle of 155.16º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DD9C is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB64221156-
CMYK0.7100.290.13
HSL155.16º69.78%55.88%-
HSV(B)155.16º71.04%86.67%-
XYZ33.9755.240.32-
YUV166.65121.9954.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.51%
GREEN value IS 221 (86.72% from 255) = 50.11%
BLUE value IS 156 (61.33% from 255) = 35.37%
R=14.51%
G=50.11%
B=35.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal642211560.7100.290.13155.1669.7855.88
Hex40DD9C4701DD9b4638
Octal1003352341070351523310670
Binary1000000110111011001110010001110111011101100110111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,221,156); }

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

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

 a { background-color: rgb(64,221,156); }

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

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

 span { border-color: rgb(64,221,156); }

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