Html Css Color HEX #40C780 Emerald

📋 copy color: '#40C780'

red 64 ◦ green 199 ◦ blue 128

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

Shades of Emerald #40C780

Tints of Emerald #40C780

RGB

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

 GREEN value IS 199 (78.13% from 255) = 50.9%

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

R = 16.37%
G = 50.9%
B = 32.74%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#40C780 (or 0x40C780) is known color: Emerald. HEX triplet: 40, C7 and 80. RGB value is (64,199,128). Sum of RGB (Red+Green+Blue) = 64+199+128=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 199 (78.12% from 255 or 50.90% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 199 - color contains mainly: green. Hex color #40C780 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C780 is #BF387F. Grayscale: #969696. Windows color (decimal): -12531840 or 8439616. OLE color: 8439616.

HSL color Cylindrical-coordinate representation of color #40C780: hue angle of 148.44º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C780 is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 199 128 -
CMYK 0.68 0 0.36 0.22
HSL 148.44º 0.55% 0.52% -
HSV(B) 148.44º 0.68% 0.78% -
XYZ 26.43 43.5 27.42 -
YUV 150.54 115.27 66.27 -
System Red Green Blue C M Y K H S L
Decimal 64 199 128 0.68 0 0.36 0.22 148.44 0.55 0.52
Hex 40 C7 80 44 0 24 16 94 37 34
Octal 100 307 200 104 0 44 26 224 67 64
Binary 1000000 11000111 10000000 1000100 0 100100 10110 10010100 110111 110100

Color Harmonies of #40C780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C780

Black with #40C780

Text Example


Text Example

White with #40C780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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