#40DD90

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

Shades of Shamrock #40DD90

Tints of Shamrock #40DD90

Color information

#40DD90 (or 0x40DD90) is unknown color: approx Shamrock. HEX triplet: 40, DD and 90. RGB value is (64,221,144). Sum of RGB (Red+Green+Blue) = 64+221+144=429 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.92% from 429); Green value is 221 (86.72% from 255 or 51.52% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 221 - color contains mainly: green. Hex color #40DD90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DD90 is #BF226F. Grayscale: #A5A5A5. Windows color (decimal): -12526192 or 9493824. OLE color: 9493824.

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

Color convert

RGB64221144-
CMYK0.7100.350.13
HSL150.57º69.78%55.88%-
HSV(B)150.57º71.04%86.67%-
XYZ3354.8235.23-
YUV165.28115.9955.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.92%
GREEN value IS 221 (86.72% from 255) = 51.52%
BLUE value IS 144 (56.64% from 255) = 33.57%
R=14.92%
G=51.52%
B=33.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal642211440.7100.350.13150.5769.7855.88
Hex40DD9047023D974638
Octal1003352201070431522710670
Binary10000001101110110010000100011101000111101100101111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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