#40DA8D

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

Shades of Shamrock #40DA8D

Tints of Shamrock #40DA8D

Color information

#40DA8D (or 0x40DA8D) is unknown color: approx Shamrock. HEX triplet: 40, DA and 8D. RGB value is (64,218,141). Sum of RGB (Red+Green+Blue) = 64+218+141=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DA8D is #BF2572. Grayscale: #A3A3A3. Windows color (decimal): -12526963 or 9296448. OLE color: 9296448.

HSL color Cylindrical-coordinate representation of color #40DA8D: hue angle of 150º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DA8D is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB64218141-
CMYK0.7100.350.15
HSL150º67.54%55.29%-
HSV(B)150º70.64%85.49%-
XYZ31.9953.1633.77-
YUV163.18115.4857.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.13%
GREEN value IS 218 (85.55% from 255) = 51.54%
BLUE value IS 141 (55.47% from 255) = 33.33%
R=15.13%
G=51.54%
B=33.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal642181410.7100.350.1515067.5455.29
Hex40DA8D47023F964437
Octal1003322151070431722610467
Binary10000001101101010001101100011101000111111100101101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,218,141); }

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

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

 a { background-color: rgb(64,218,141); }

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

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

 span { border-color: rgb(64,218,141); }

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