Html Css Color HEX #64D686 Emerald

📋 copy color: '#64D686'

red 100 ◦ green 214 ◦ blue 134

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

Shades of Emerald #64D686

Tints of Emerald #64D686

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.77%

 BLUE value IS 134 (52.73% from 255) = 29.91%

R = 22.32%
G = 47.77%
B = 29.91%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#64D686 (or 0x64D686) is known color: Emerald. HEX triplet: 64, D6 and 86. RGB value is (100,214,134). Sum of RGB (Red+Green+Blue) = 100+214+134=448 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.32% from 448); Green value is 214 (83.98% from 255 or 47.77% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 214 - color contains mainly: green. Hex color #64D686 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D686 is #9B2979. Grayscale: #ABABAB. Windows color (decimal): -10168698 or 8836708. OLE color: 8836708.

HSL color Cylindrical-coordinate representation of color #64D686: hue angle of 137.89º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D686 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 214 134 -
CMYK 0.53 0 0.37 0.16
HSL 137.89º 0.58% 0.62% -
HSV(B) 137.89º 0.53% 0.84% -
XYZ 33.61 52.52 30.92 -
YUV 170.79 107.23 77.5 -
System Red Green Blue C M Y K H S L
Decimal 100 214 134 0.53 0 0.37 0.16 137.89 0.58 0.62
Hex 64 D6 86 35 0 25 10 8A 3A 3E
Octal 144 326 206 65 0 45 20 212 72 76
Binary 1100100 11010110 10000110 110101 0 100101 10000 10001010 111010 111110

Color Harmonies of #64D686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D686

Black with #64D686

Text Example


Text Example

White with #64D686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,214,134); }

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

background-color css

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

 a { background-color: rgb(100,214,134); }

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

border-color css

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

 span { border-color: rgb(100,214,134); }

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