Html Css Color HEX #64D37D Emerald

📋 copy color: '#64D37D'

red 100 ◦ green 211 ◦ blue 125

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

Shades of Emerald #64D37D

Tints of Emerald #64D37D

RGB

 RED value IS 100 (39.45% from 255) = 22.94%

 GREEN value IS 211 (82.81% from 255) = 48.39%

 BLUE value IS 125 (49.22% from 255) = 28.67%

R = 22.94%
G = 48.39%
B = 28.67%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#64D37D (or 0x64D37D) is known color: Emerald. HEX triplet: 64, D3 and 7D. RGB value is (100,211,125). Sum of RGB (Red+Green+Blue) = 100+211+125=436 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.94% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 211 - color contains mainly: green. Hex color #64D37D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D37D is #9B2C82. Grayscale: #A8A8A8. Windows color (decimal): -10169475 or 8246116. OLE color: 8246116.

HSL color Cylindrical-coordinate representation of color #64D37D: hue angle of 133.51º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D37D is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 100 211 125 -
CMYK 0.53 0 0.41 0.17
HSL 133.51º 0.56% 0.61% -
HSV(B) 133.51º 0.53% 0.83% -
XYZ 32.25 50.78 27.5 -
YUV 168.01 103.73 79.49 -
System Red Green Blue C M Y K H S L
Decimal 100 211 125 0.53 0 0.41 0.17 133.51 0.56 0.61
Hex 64 D3 7D 35 0 29 11 86 38 3D
Octal 144 323 175 65 0 51 21 206 70 75
Binary 1100100 11010011 1111101 110101 0 101001 10001 10000110 111000 111101

Color Harmonies of #64D37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D37D

Black with #64D37D

Text Example


Text Example

White with #64D37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64D37D; }

 p { color: rgb(100,211,125); }

 H1.HeaderClassName
 {
   color: #64D37D;
 }
 .AnyTagClassName
 {
   color: #64D37D;
 }
</style>

background-color css

<style>
 a { background-color: #64D37D; }

 a { background-color: rgb(100,211,125); }

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

border-color css

<style>
 span { border-color: #64D37D; }

 span { border-color: rgb(100,211,125); }

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