#40D894

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

Shades of Shamrock #40D894

Tints of Shamrock #40D894

Color information

#40D894 (or 0x40D894) is unknown color: approx Shamrock. HEX triplet: 40, D8 and 94. RGB value is (64,216,148). Sum of RGB (Red+Green+Blue) = 64+216+148=428 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.95% from 428); Green value is 216 (84.77% from 255 or 50.47% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 216 - color contains mainly: green. Hex color #40D894 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D894 is #BF276B. Grayscale: #A2A2A2. Windows color (decimal): -12527468 or 9754688. OLE color: 9754688.

HSL color Cylindrical-coordinate representation of color #40D894: hue angle of 153.16º 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 #40D894 is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB64216148-
CMYK0.7000.310.15
HSL153.16º66.09%54.9%-
HSV(B)153.16º70.37%84.71%-
XYZ32.0252.3436.43-
YUV162.8119.6457.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.95%
GREEN value IS 216 (84.77% from 255) = 50.47%
BLUE value IS 148 (58.20% from 255) = 34.58%
R=14.95%
G=50.47%
B=34.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal642161480.7000.310.15153.1666.0954.9
Hex40D8944601FF994237
Octal1003302241060371723110267
Binary1000000110110001001010010001100111111111100110011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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