Html Css Color HEX #64D584 Emerald

📋 copy color: '#64D584'

red 100 ◦ green 213 ◦ blue 132

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

Shades of Emerald #64D584

Tints of Emerald #64D584

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.87%

 BLUE value IS 132 (51.95% from 255) = 29.66%

R = 22.47%
G = 47.87%
B = 29.66%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#64D584 (or 0x64D584) is known color: Emerald. HEX triplet: 64, D5 and 84. RGB value is (100,213,132). Sum of RGB (Red+Green+Blue) = 100+213+132=445 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.47% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #64D584 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D584 is #9B2A7B. Grayscale: #AAAAAA. Windows color (decimal): -10168956 or 8705380. OLE color: 8705380.

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

Color convert

RGB 100 213 132 -
CMYK 0.53 0 0.38 0.16
HSL 136.99º 0.57% 0.61% -
HSV(B) 136.99º 0.53% 0.84% -
XYZ 33.21 51.96 30.11 -
YUV 169.98 106.56 78.09 -
System Red Green Blue C M Y K H S L
Decimal 100 213 132 0.53 0 0.38 0.16 136.99 0.57 0.61
Hex 64 D5 84 35 0 26 10 89 39 3D
Octal 144 325 204 65 0 46 20 211 71 75
Binary 1100100 11010101 10000100 110101 0 100110 10000 10001001 111001 111101

Color Harmonies of #64D584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D584

Black with #64D584

Text Example


Text Example

White with #64D584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,213,132); }

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

background-color css

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

 a { background-color: rgb(100,213,132); }

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

border-color css

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

 span { border-color: rgb(100,213,132); }

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