#64D584

Color #64D584 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #64D584

Tints of Emerald #64D584

Color information

#64D584 (or 0x64D584) is unknown color: approx 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

RGB100213132-
CMYK0.5300.380.16
HSL136.99º57.36%61.37%-
HSV(B)136.99º53.05%83.53%-
XYZ33.2151.9630.11-
YUV169.98106.5678.09-

RGB Variations

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

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 (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1002131320.5300.380.16136.9957.3661.37
Hex64D584350261089393d
Octal14432520465046202117175
Binary1100100110101011000010011010101001101000010001001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>