#40EB9D

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

Shades of Shamrock #40EB9D

Tints of Shamrock #40EB9D

Color information

#40EB9D (or 0x40EB9D) is unknown color: approx Shamrock. HEX triplet: 40, EB and 9D. RGB value is (64,235,157). Sum of RGB (Red+Green+Blue) = 64+235+157=456 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.04% from 456); Green value is 235 (92.19% from 255 or 51.54% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 235 - color contains mainly: green. Hex color #40EB9D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40EB9D is #BF1462. Grayscale: #AFAFAF. Windows color (decimal): -12522595 or 10349376. OLE color: 10349376.

HSL color Cylindrical-coordinate representation of color #40EB9D: hue angle of 152.63º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EB9D is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB64235157-
CMYK0.7300.330.08
HSL152.63º81.04%58.63%-
HSV(B)152.63º72.77%92.16%-
XYZ37.9162.9442.05-
YUV174.98117.8548.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.04%
GREEN value IS 235 (92.19% from 255) = 51.54%
BLUE value IS 157 (61.72% from 255) = 34.43%
R=14.04%
G=51.54%
B=34.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal642351570.7300.330.08152.6381.0458.63
Hex40EB9D49021899513b
Octal1003532351110411023112173
Binary10000001110101110011101100100101000011000100110011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40EB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,235,157); }

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

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

 a { background-color: rgb(64,235,157); }

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

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

 span { border-color: rgb(64,235,157); }

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