#40D98D

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

Shades of Shamrock #40D98D

Tints of Shamrock #40D98D

Color information

#40D98D (or 0x40D98D) is unknown color: approx Shamrock. HEX triplet: 40, D9 and 8D. RGB value is (64,217,141). Sum of RGB (Red+Green+Blue) = 64+217+141=422 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.17% from 422); Green value is 217 (85.16% from 255 or 51.42% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 217 - color contains mainly: green. Hex color #40D98D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D98D is #BF2672. Grayscale: #A2A2A2. Windows color (decimal): -12527219 or 9296192. OLE color: 9296192.

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

Color convert

RGB64217141-
CMYK0.7100.350.15
HSL150.2º66.81%55.1%-
HSV(B)150.2º70.51%85.1%-
XYZ31.7352.6433.69-
YUV162.59115.8157.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.17%
GREEN value IS 217 (85.16% from 255) = 51.42%
BLUE value IS 141 (55.47% from 255) = 33.41%
R=15.17%
G=51.42%
B=33.41%

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
Decimal642171410.7100.350.15150.266.8155.1
Hex40D98D47023F964337
Octal1003312151070431722610367
Binary10000001101100110001101100011101000111111100101101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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