Html Css Color HEX #40CE80 Emerald

📋 copy color: '#40CE80'

red 64 ◦ green 206 ◦ blue 128

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

Shades of Emerald #40CE80

Tints of Emerald #40CE80

RGB

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

 GREEN value IS 206 (80.86% from 255) = 51.76%

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

R = 16.08%
G = 51.76%
B = 32.16%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#40CE80 (or 0x40CE80) is known color: Emerald. HEX triplet: 40, CE and 80. RGB value is (64,206,128). Sum of RGB (Red+Green+Blue) = 64+206+128=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 206 (80.86% from 255 or 51.76% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CE80 is #BF317F. Grayscale: #9A9A9A. Windows color (decimal): -12530048 or 8441408. OLE color: 8441408.

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

Color convert

RGB 64 206 128 -
CMYK 0.69 0 0.38 0.19
HSL 147.04º 0.59% 0.53% -
HSV(B) 147.04º 0.69% 0.81% -
XYZ 28.08 46.79 27.97 -
YUV 154.65 112.96 63.34 -
System Red Green Blue C M Y K H S L
Decimal 64 206 128 0.69 0 0.38 0.19 147.04 0.59 0.53
Hex 40 CE 80 45 0 26 13 93 3B 35
Octal 100 316 200 105 0 46 23 223 73 65
Binary 1000000 11001110 10000000 1000101 0 100110 10011 10010011 111011 110101

Color Harmonies of #40CE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CE80

Black with #40CE80

Text Example


Text Example

White with #40CE80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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