Html Css Color HEX #40D064 Emerald

📋 copy color: '#40D064'

red 64 ◦ green 208 ◦ blue 100

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

Shades of Emerald #40D064

Tints of Emerald #40D064

RGB

 RED value IS 64 (25.39% from 255) = 17.2%

 GREEN value IS 208 (81.64% from 255) = 55.91%

 BLUE value IS 100 (39.45% from 255) = 26.88%

R = 17.2%
G = 55.91%
B = 26.88%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#40D064 (or 0x40D064) is known color: Emerald. HEX triplet: 40, D0 and 64. RGB value is (64,208,100). Sum of RGB (Red+Green+Blue) = 64+208+100=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 208 (81.64% from 255 or 55.91% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 208 - color contains mainly: green. Hex color #40D064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D064 is #BF2F9B. Grayscale: #989898. Windows color (decimal): -12529564 or 6606912. OLE color: 6606912.

HSL color Cylindrical-coordinate representation of color #40D064: hue angle of 135º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D064 is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 208 100 -
CMYK 0.69 0 0.52 0.18
HSL 135º 0.61% 0.53% -
HSV(B) 135º 0.69% 0.82% -
XYZ 26.97 47.12 19.73 -
YUV 152.63 98.29 64.78 -
System Red Green Blue C M Y K H S L
Decimal 64 208 100 0.69 0 0.52 0.18 135 0.61 0.53
Hex 40 D0 64 45 0 34 12 87 3D 35
Octal 100 320 144 105 0 64 22 207 75 65
Binary 1000000 11010000 1100100 1000101 0 110100 10010 10000111 111101 110101

Color Harmonies of #40D064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D064

Black with #40D064

Text Example


Text Example

White with #40D064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,208,100); }

 H1.HeaderClassName
 {
   color: #40D064;
 }
 .AnyTagClassName
 {
   color: #40D064;
 }
</style>

background-color css

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

 a { background-color: rgb(64,208,100); }

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

border-color css

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

 span { border-color: rgb(64,208,100); }

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