#40CE8B

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

Shades of Shamrock #40CE8B

Tints of Shamrock #40CE8B

Color information

#40CE8B (or 0x40CE8B) is unknown color: approx Shamrock. HEX triplet: 40, CE and 8B. RGB value is (64,206,139). Sum of RGB (Red+Green+Blue) = 64+206+139=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 206 (80.86% from 255 or 50.37% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CE8B is #BF3174. Grayscale: #9C9C9C. Windows color (decimal): -12530037 or 9162304. OLE color: 9162304.

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

Color convert

RGB64206139-
CMYK0.6900.330.19
HSL151.69º59.17%52.94%-
HSV(B)151.69º68.93%80.78%-
XYZ28.8547.132-
YUV155.9118.4662.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.65%
GREEN value IS 206 (80.86% from 255) = 50.37%
BLUE value IS 139 (54.69% from 255) = 33.99%
R=15.65%
G=50.37%
B=33.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal642061390.6900.330.19151.6959.1752.94
Hex40CE8B4502113983b35
Octal100316213105041232307365
Binary10000001100111010001011100010101000011001110011000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,206,139); }

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

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

 a { background-color: rgb(64,206,139); }

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

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

 span { border-color: rgb(64,206,139); }

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