#64D97F

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

Shades of Emerald #64D97F

Tints of Emerald #64D97F

Color information

#64D97F (or 0x64D97F) is unknown color: approx Emerald. HEX triplet: 64, D9 and 7F. RGB value is (100,217,127). Sum of RGB (Red+Green+Blue) = 100+217+127=444 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.52% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 217 - color contains mainly: green. Hex color #64D97F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D97F is #9B2680. Grayscale: #ACACAC. Windows color (decimal): -10167937 or 8378724. OLE color: 8378724.

HSL color Cylindrical-coordinate representation of color #64D97F: hue angle of 133.85º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64D97F is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB100217127-
CMYK0.5400.410.15
HSL133.85º60.62%62.16%-
HSV(B)133.85º53.92%85.1%-
XYZ33.953.8728.69-
YUV171.76102.7476.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.52%
GREEN value IS 217 (85.16% from 255) = 48.87%
BLUE value IS 127 (50% from 255) = 28.60%
R=22.52%
G=48.87%
B=28.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1002171270.5400.410.15133.8560.6262.16
Hex64D97F36029F863d3e
Octal14433117766051172067576
Binary11001001101100111111111101100101001111110000110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,217,127); }

 H1.HeaderClassName
 {
   color: #64D97F;
 }
 .AnyTagClassName
 {
   color: #64D97F;
 }
</style>
background-color css

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

 a { background-color: rgb(100,217,127); }

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

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

 span { border-color: rgb(100,217,127); }

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