#40DD9B

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

Shades of Shamrock #40DD9B

Tints of Shamrock #40DD9B

Color information

#40DD9B (or 0x40DD9B) is unknown color: approx Shamrock. HEX triplet: 40, DD and 9B. RGB value is (64,221,155). Sum of RGB (Red+Green+Blue) = 64+221+155=440 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.55% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #40DD9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DD9B is #BF2264. Grayscale: #A6A6A6. Windows color (decimal): -12526181 or 10214720. OLE color: 10214720.

HSL color Cylindrical-coordinate representation of color #40DD9B: hue angle of 154.78º 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 #40DD9B is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB64221155-
CMYK0.7100.300.13
HSL154.78º69.78%55.88%-
HSV(B)154.78º71.04%86.67%-
XYZ33.8955.1739.87-
YUV166.53121.4954.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.55%
GREEN value IS 221 (86.72% from 255) = 50.23%
BLUE value IS 155 (60.94% from 255) = 35.23%
R=14.55%
G=50.23%
B=35.23%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal642211550.7100.300.13154.7869.7855.88
Hex40DD9B4701ED9b4638
Octal1003352331070361523310670
Binary1000000110111011001101110001110111101101100110111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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