#40DD91

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

Shades of Shamrock #40DD91

Tints of Shamrock #40DD91

Color information

#40DD91 (or 0x40DD91) is unknown color: approx Shamrock. HEX triplet: 40, DD and 91. RGB value is (64,221,145). Sum of RGB (Red+Green+Blue) = 64+221+145=430 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.88% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #40DD91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DD91 is #BF226E. Grayscale: #A5A5A5. Windows color (decimal): -12526191 or 9559360. OLE color: 9559360.

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

Color convert

RGB64221145-
CMYK0.7100.340.13
HSL150.96º69.78%55.88%-
HSV(B)150.96º71.04%86.67%-
XYZ33.0854.8535.63-
YUV165.39116.4955.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.88%
GREEN value IS 221 (86.72% from 255) = 51.40%
BLUE value IS 145 (57.03% from 255) = 33.72%
R=14.88%
G=51.40%
B=33.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal642211450.7100.340.13150.9669.7855.88
Hex40DD9147022D974638
Octal1003352211070421522710670
Binary10000001101110110010001100011101000101101100101111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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