Html Css Color HEX #40C964 Emerald

📋 copy color: '#40C964'

red 64 ◦ green 201 ◦ blue 100

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

Shades of Emerald #40C964

Tints of Emerald #40C964

RGB

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

 GREEN value IS 201 (78.91% from 255) = 55.07%

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

R = 17.53%
G = 55.07%
B = 27.4%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#40C964 (or 0x40C964) is known color: Emerald. HEX triplet: 40, C9 and 64. RGB value is (64,201,100). Sum of RGB (Red+Green+Blue) = 64+201+100=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 201 (78.91% from 255 or 55.07% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 201 - color contains mainly: green. Hex color #40C964 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C964 is #BF369B. Grayscale: #949494. Windows color (decimal): -12531356 or 6605120. OLE color: 6605120.

HSL color Cylindrical-coordinate representation of color #40C964: hue angle of 135.77º 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 #40C964 is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 201 100 -
CMYK 0.68 0 0.50 0.21
HSL 135.77º 0.56% 0.52% -
HSV(B) 135.77º 0.68% 0.79% -
XYZ 25.3 43.78 19.17 -
YUV 148.52 100.61 67.71 -
System Red Green Blue C M Y K H S L
Decimal 64 201 100 0.68 0 0.50 0.21 135.77 0.56 0.52
Hex 40 C9 64 44 0 32 15 88 38 34
Octal 100 311 144 104 0 62 25 210 70 64
Binary 1000000 11001001 1100100 1000100 0 110010 10101 10001000 111000 110100

Color Harmonies of #40C964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C964

Black with #40C964

Text Example


Text Example

White with #40C964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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