Html Css Color HEX #40D080 Emerald

📋 copy color: '#40D080'

red 64 ◦ green 208 ◦ blue 128

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

Shades of Emerald #40D080

Tints of Emerald #40D080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32%

R = 16%
G = 52%
B = 32%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#40D080 (or 0x40D080) is known color: Emerald. HEX triplet: 40, D0 and 80. RGB value is (64,208,128). Sum of RGB (Red+Green+Blue) = 64+208+128=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 208 (81.64% from 255 or 52% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 208 - color contains mainly: green. Hex color #40D080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D080 is #BF2F7F. Grayscale: #9C9C9C. Windows color (decimal): -12529536 or 8441920. OLE color: 8441920.

HSL color Cylindrical-coordinate representation of color #40D080: hue angle of 146.67º 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 #40D080 is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 208 128 -
CMYK 0.69 0 0.38 0.18
HSL 146.67º 0.61% 0.53% -
HSV(B) 146.67º 0.69% 0.82% -
XYZ 28.57 47.76 28.14 -
YUV 155.82 112.29 62.5 -
System Red Green Blue C M Y K H S L
Decimal 64 208 128 0.69 0 0.38 0.18 146.67 0.61 0.53
Hex 40 D0 80 45 0 26 12 93 3D 35
Octal 100 320 200 105 0 46 22 223 75 65
Binary 1000000 11010000 10000000 1000101 0 100110 10010 10010011 111101 110101

Color Harmonies of #40D080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D080

Black with #40D080

Text Example


Text Example

White with #40D080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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