#40D993

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

Shades of Shamrock #40D993

Tints of Shamrock #40D993

Color information

#40D993 (or 0x40D993) is unknown color: approx Shamrock. HEX triplet: 40, D9 and 93. RGB value is (64,217,147). Sum of RGB (Red+Green+Blue) = 64+217+147=428 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.95% from 428); Green value is 217 (85.16% from 255 or 50.70% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 217 - color contains mainly: green. Hex color #40D993 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D993 is #BF266C. Grayscale: #A3A3A3. Windows color (decimal): -12527213 or 9689408. OLE color: 9689408.

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

Color convert

RGB64217147-
CMYK0.7100.320.15
HSL152.55º66.81%55.1%-
HSV(B)152.55º70.51%85.1%-
XYZ32.1952.8236.1-
YUV163.27118.8157.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.95%
GREEN value IS 217 (85.16% from 255) = 50.70%
BLUE value IS 147 (57.81% from 255) = 34.35%
R=14.95%
G=50.70%
B=34.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal642171470.7100.320.15152.5566.8155.1
Hex40D99347020F994337
Octal1003312231070401723110367
Binary10000001101100110010011100011101000001111100110011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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