#40D88F

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

Shades of Shamrock #40D88F

Tints of Shamrock #40D88F

Color information

#40D88F (or 0x40D88F) is unknown color: approx Shamrock. HEX triplet: 40, D8 and 8F. RGB value is (64,216,143). Sum of RGB (Red+Green+Blue) = 64+216+143=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 216 (84.77% from 255 or 51.06% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 216 - color contains mainly: green. Hex color #40D88F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D88F is #BF2770. Grayscale: #A2A2A2. Windows color (decimal): -12527473 or 9427008. OLE color: 9427008.

HSL color Cylindrical-coordinate representation of color #40D88F: hue angle of 151.18º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D88F is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB64216143-
CMYK0.7000.340.15
HSL151.18º66.09%54.9%-
HSV(B)151.18º70.37%84.71%-
XYZ31.6352.1834.39-
YUV162.23117.1457.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.13%
GREEN value IS 216 (84.77% from 255) = 51.06%
BLUE value IS 143 (56.25% from 255) = 33.81%
R=15.13%
G=51.06%
B=33.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal642161430.7000.340.15151.1866.0954.9
Hex40D88F46022F974237
Octal1003302171060421722710267
Binary10000001101100010001111100011001000101111100101111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,216,143); }

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

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

 a { background-color: rgb(64,216,143); }

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

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

 span { border-color: rgb(64,216,143); }

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