Html Css Color HEX #40C972 Emerald

📋 copy color: '#40C972'

red 64 ◦ green 201 ◦ blue 114

#40C972
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #40C972

Tints of Emerald #40C972

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 value IS 0.68

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#40C972 (or 0x40C972) is known color: 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

RGB 64 201 114 -
CMYK 0.68 0 0.43 0.21
HSL 141.9º 0.56% 0.52% -
HSV(B) 141.9º 0.68% 0.79% -
XYZ 26.04 44.08 23.06 -
YUV 150.12 107.61 66.57 -
System Red Green Blue C M Y K H S L
Decimal 64 201 114 0.68 0 0.43 0.21 141.9 0.56 0.52
Hex 40 C9 72 44 0 2B 15 8E 38 34
Octal 100 311 162 104 0 53 25 216 70 64
Binary 1000000 11001001 1110010 1000100 0 101011 10101 10001110 111000 110100

Color Harmonies of #40C972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C972

Black with #40C972

Text Example


Text Example

White with #40C972

Text Example


Text Example

HTML Codes & Css Web 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>