Html Css Color HEX #64D47D Emerald

📋 copy color: '#64D47D'

red 100 ◦ green 212 ◦ blue 125

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

Shades of Emerald #64D47D

Tints of Emerald #64D47D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.51%

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

R = 22.88%
G = 48.51%
B = 28.6%

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

#64D47D (or 0x64D47D) is known color: Emerald. HEX triplet: 64, D4 and 7D. RGB value is (100,212,125). Sum of RGB (Red+Green+Blue) = 100+212+125=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 212 (83.20% from 255 or 48.51% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 212 - color contains mainly: green. Hex color #64D47D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D47D is #9B2B82. Grayscale: #A8A8A8. Windows color (decimal): -10169219 or 8246372. OLE color: 8246372.

HSL color Cylindrical-coordinate representation of color #64D47D: hue angle of 133.39º degrees, saturation: 0.57, 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 #64D47D is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 100 212 125 -
CMYK 0.53 0 0.41 0.17
HSL 133.39º 0.57% 0.61% -
HSV(B) 133.39º 0.53% 0.83% -
XYZ 32.5 51.28 27.59 -
YUV 168.59 103.39 79.07 -
System Red Green Blue C M Y K H S L
Decimal 100 212 125 0.53 0 0.41 0.17 133.39 0.57 0.61
Hex 64 D4 7D 35 0 29 11 85 39 3D
Octal 144 324 175 65 0 51 21 205 71 75
Binary 1100100 11010100 1111101 110101 0 101001 10001 10000101 111001 111101

Color Harmonies of #64D47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D47D

Black with #64D47D

Text Example


Text Example

White with #64D47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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