#40C972

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

Shades of Emerald #40C972

Tints of Emerald #40C972

Color information

#40C972 (or 0x40C972) is unknown color: approx Emerald. HEX triplet: 40, C9 and 72. RGB value is (64,201,114). Sum of RGB (Red+Green+Blue) = 64+201+114=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 201 (78.91% from 255 or 53.03% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 201 - color contains mainly: green. Hex color #40C972 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C972 is #BF368D. Grayscale: #969696. Windows color (decimal): -12531342 or 7522624. OLE color: 7522624.

HSL color Cylindrical-coordinate representation of color #40C972: hue angle of 141.9º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C972 is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB64201114-
CMYK0.6800.430.21
HSL141.9º55.92%51.96%-
HSV(B)141.9º68.16%78.82%-
XYZ26.0444.0823.06-
YUV150.12107.6166.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.89%
GREEN value IS 201 (78.91% from 255) = 53.03%
BLUE value IS 114 (44.92% from 255) = 30.08%
R=16.89%
G=53.03%
B=30.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal642011140.6800.430.21141.955.9251.96
Hex40C9724402B158e3834
Octal100311162104053252167064
Binary1000000110010011110010100010001010111010110001110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,201,114); }

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

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

 a { background-color: rgb(64,201,114); }

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

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

 span { border-color: rgb(64,201,114); }

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