#40D488

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

Shades of Shamrock #40D488

Tints of Shamrock #40D488

Color information

#40D488 (or 0x40D488) is unknown color: approx Shamrock. HEX triplet: 40, D4 and 88. RGB value is (64,212,136). Sum of RGB (Red+Green+Blue) = 64+212+136=412 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.53% from 412); Green value is 212 (83.20% from 255 or 51.46% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 212 - color contains mainly: green. Hex color #40D488 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D488 is #BF2B77. Grayscale: #9F9F9F. Windows color (decimal): -12528504 or 8967232. OLE color: 8967232.

HSL color Cylindrical-coordinate representation of color #40D488: hue angle of 149.19º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D488 is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB64212136-
CMYK0.7000.360.17
HSL149.19º63.25%54.12%-
HSV(B)149.19º69.81%83.14%-
XYZ30.149.9531.35-
YUV159.08114.9760.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.53%
GREEN value IS 212 (83.20% from 255) = 51.46%
BLUE value IS 136 (53.52% from 255) = 33.01%
R=15.53%
G=51.46%
B=33.01%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal642121360.7000.360.17149.1963.2554.12
Hex40D4884602411953f36
Octal100324210106044212257766
Binary10000001101010010001000100011001001001000110010101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,212,136); }

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

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

 a { background-color: rgb(64,212,136); }

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

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

 span { border-color: rgb(64,212,136); }

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